Searched refs:RsaGetKey (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/ |
D | RsaVerify.c | 132 Status = RsaGetKey (Rsa, RsaKeyN, NULL, &KeySize); in ValidateCryptRsa() 139 Status = RsaGetKey (Rsa, RsaKeyN, KeyBuffer, &KeySize); in ValidateCryptRsa() 162 Status = RsaGetKey (Rsa, RsaKeyE, NULL, &KeySize); in ValidateCryptRsa() 169 Status = RsaGetKey (Rsa, RsaKeyE, KeyBuffer, &KeySize); in ValidateCryptRsa() 197 Status = RsaGetKey (Rsa, RsaKeyN, NULL, &KeySize); in ValidateCryptRsa() 213 Status = RsaGetKey (Rsa, RsaKeyE, NULL, &KeySize); in ValidateCryptRsa() 232 Status = RsaGetKey (Rsa, RsaKeyE, KeyBuffer, &KeySize); in ValidateCryptRsa() 245 Status = RsaGetKey (Rsa, RsaKeyN, KeyBuffer, &KeySize); in ValidateCryptRsa()
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/ |
D | CryptRsaExtNull.c | 39 RsaGetKey ( in RsaGetKey() function
|
D | CryptRsaExt.c | 56 RsaGetKey ( in RsaGetKey() function
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/ |
D | CryptRsaExtNull.c | 39 RsaGetKey ( in RsaGetKey() function
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
D | IpSecCryptIo.c | 968 RsaGetKey (RsaContext, RsaKeyN, NULL, PublicKeyLen); in IpSecCryptoIoGetPublicKeyFromCert() 973 if (!RsaGetKey (RsaContext, RsaKeyN, *PublicKey, PublicKeyLen)) { in IpSecCryptoIoGetPublicKeyFromCert()
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/ |
D | BaseCryptLib.h | 1595 RsaGetKey (
|