Download-Fritz 410d10d3fc
OcCryptoLib: Import new RSA stack
Import a new RSA stack and test utilities to support IMG4 image verification.
2019-11-06 19:26:45 +01:00

12 lines
337 B
C

#ifndef OC_CRYPTO_CONFIG_H
#define OC_CRYPTO_CONFIG_H
#include <Library/OcCryptoLib.h>
#define _PCD_GET_MODE_16_PcdOcCryptoAllowedSigHashTypes \
(1U << OcSigHashTypeSha256) | (1U << OcSigHashTypeSha384) | (1U << OcSigHashTypeSha512)
#define _PCD_GET_MODE_16_PcdOcCryptoAllowedRsaModuli (512U | 256U)
#endif // OC_CRYPTO_CONFIG_H