Home
last modified time | relevance | path

Searched refs:BigNumber (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
DCryptRsaBasic.c91 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 …]
DCryptRsaExt.c59 OUT UINT8 *BigNumber, in RsaGetKey() argument
172 if (BigNumber == NULL) { in RsaGetKey()
175 *BnSize = BN_bn2bin (BnKey, BigNumber) ; in RsaGetKey()
DCryptRsaExtNull.c42 OUT UINT8 *BigNumber, in RsaGetKey() argument
/device/linaro/bootloader/edk2/CryptoPkg/CryptRuntimeDxe/
DCryptRuntime.c176 IN CONST UINT8 *BigNumber, in RuntimeCryptRsaSetKey() argument
180 return RsaSetKey (RsaContext, KeyTag, BigNumber, BnLength); in RuntimeCryptRsaSetKey()
DCryptRuntime.h152 IN CONST UINT8 *BigNumber,
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/
DRuntimeDxeIpfCryptLib.c368 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/
DCryptRsaExtNull.c42 OUT UINT8 *BigNumber, in RsaGetKey() argument
/device/linaro/bootloader/edk2/CryptoPkg/Include/Protocol/
DRuntimeCrypt.h155 IN CONST UINT8 *BigNumber,
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
DBaseCryptLib.h1561 IN CONST UINT8 *BigNumber,
1598 OUT UINT8 *BigNumber,