Home
last modified time | relevance | path

Searched refs:RsaGetKey (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
DRsaVerify.c132 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/
DCryptRsaExtNull.c39 RsaGetKey ( in RsaGetKey() function
DCryptRsaExt.c56 RsaGetKey ( in RsaGetKey() function
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
DCryptRsaExtNull.c39 RsaGetKey ( in RsaGetKey() function
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecCryptIo.c968 RsaGetKey (RsaContext, RsaKeyN, NULL, PublicKeyLen); in IpSecCryptoIoGetPublicKeyFromCert()
973 if (!RsaGetKey (RsaContext, RsaKeyN, *PublicKey, PublicKeyLen)) { in IpSecCryptoIoGetPublicKeyFromCert()
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
DBaseCryptLib.h1595 RsaGetKey (