Searched refs:BigNumber (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/ |
D | CryptRsaBasic.c | 91 IN CONST UINT8 *BigNumber, in RsaSetKey() argument 120 if (BigNumber == NULL) { in RsaSetKey() 123 RsaKey->n = BN_bin2bn (BigNumber, (UINT32) BnSize, RsaKey->n); in RsaSetKey() 138 if (BigNumber == NULL) { in RsaSetKey() 141 RsaKey->e = BN_bin2bn (BigNumber, (UINT32) BnSize, RsaKey->e); in RsaSetKey() 156 if (BigNumber == NULL) { in RsaSetKey() 159 RsaKey->d = BN_bin2bn (BigNumber, (UINT32) BnSize, RsaKey->d); in RsaSetKey() 174 if (BigNumber == NULL) { in RsaSetKey() 177 RsaKey->p = BN_bin2bn (BigNumber, (UINT32) BnSize, RsaKey->p); in RsaSetKey() 192 if (BigNumber == NULL) { in RsaSetKey() [all …]
|
D | CryptRsaExt.c | 59 OUT UINT8 *BigNumber, in RsaGetKey() argument 172 if (BigNumber == NULL) { in RsaGetKey() 175 *BnSize = BN_bn2bin (BnKey, BigNumber) ; in RsaGetKey()
|
D | CryptRsaExtNull.c | 42 OUT UINT8 *BigNumber, in RsaGetKey() argument
|
/device/linaro/bootloader/edk2/CryptoPkg/CryptRuntimeDxe/ |
D | CryptRuntime.c | 176 IN CONST UINT8 *BigNumber, in RuntimeCryptRsaSetKey() argument 180 return RsaSetKey (RsaContext, KeyTag, BigNumber, BnLength); in RuntimeCryptRsaSetKey()
|
D | CryptRuntime.h | 152 IN CONST UINT8 *BigNumber,
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/ |
D | RuntimeDxeIpfCryptLib.c | 368 IN CONST UINT8 *BigNumber, in RsaSetKey() argument 376 return mCryptProtocol->RsaSetKey (RsaContext, KeyTag, BigNumber, BnSize); in RsaSetKey()
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/ |
D | CryptRsaExtNull.c | 42 OUT UINT8 *BigNumber, in RsaGetKey() argument
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/Protocol/ |
D | RuntimeCrypt.h | 155 IN CONST UINT8 *BigNumber,
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/ |
D | BaseCryptLib.h | 1835 IN CONST UINT8 *BigNumber, 1872 OUT UINT8 *BigNumber,
|