HomeSort by relevance Sort by last modified time
    Searched refs:RsaKeyN (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
RsaVerify.c 125 Status = RsaSetKey (Rsa, RsaKeyN, RsaN, sizeof (RsaN));
132 Status = RsaGetKey (Rsa, RsaKeyN, NULL, &KeySize);
139 Status = RsaGetKey (Rsa, RsaKeyN, KeyBuffer, &KeySize);
190 Status = RsaSetKey (Rsa, RsaKeyN, NULL, 0);
197 Status = RsaGetKey (Rsa, RsaKeyN, NULL, &KeySize);
245 Status = RsaGetKey (Rsa, RsaKeyN, KeyBuffer, &KeySize);
266 Status = RsaSetKey (Rsa, RsaKeyN, RsaN, sizeof (RsaN));
277 Status = RsaSetKey (Rsa, RsaKeyN, KeyBuffer, KeySize);
343 Status = RsaSetKey (Rsa, RsaKeyN, RsaN, sizeof (RsaN));
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptRsaBasic.c 115 case RsaKeyN:
CryptRsaExt.c 83 case RsaKeyN:
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/
DxeRsa2048Sha256GuidedSectionExtractLib.c 307 CryptoStatus = RsaSetKey (Rsa, RsaKeyN, CertBlockRsa2048Sha256->PublicKey, sizeof(CertBlockRsa2048Sha256->PublicKey));
309 DEBUG ((DEBUG_ERROR, "DxeRsa2048Sha256: RsaSetKey(RsaKeyN) failed\n"));
  /device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/
PeiRsa2048Sha256GuidedSectionExtractLib.c 291 CryptoStatus = RsaSetKey (Rsa, RsaKeyN, CertBlockRsa2048Sha256->PublicKey, sizeof(CertBlockRsa2048Sha256->PublicKey));
293 DEBUG ((DEBUG_ERROR, "PeiRsa2048Sha256: RsaSetKey(RsaKeyN) failed\n"));
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecCryptIo.c 968 RsaGetKey (RsaContext, RsaKeyN, NULL, PublicKeyLen);
973 if (!RsaGetKey (RsaContext, RsaKeyN, *PublicKey, PublicKeyLen)) {
  /device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
BaseCryptLib.h 67 RsaKeyN, ///< RSA public Modulus (N)
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
AuthService.c 371 Status = RsaSetKey (Rsa, RsaKeyN, PubKey, EFI_CERT_TYPE_RSA2048_SIZE);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthService.c     [all...]

Completed in 216 milliseconds