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

  /device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
RsaVerify.c 2 Application for RSA Primitives Validation.
20 // RSA PKCS#1 Validation Data from OpenSSL "Fips_rsa_selftest.c"
24 // Public Modulus of RSA Key
38 // Public Exponent of RSA Key
43 // Private Exponent of RSA Key
57 // Known Answer Test (KAT) Data for RSA PKCS#1 Signing
59 GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 RsaSignData[] = "OpenSSL FIPS 140-2 Public Key RSA KAT";
83 Validate UEFI-OpenSSL RSA Interfaces.
94 VOID *Rsa;
105 Print (L"\nUEFI-OpenSSL RSA Engine Testing: ");
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/
DxeRsa2048Sha256GuidedSectionExtractLib.c 3 This library registers RSA 2048 SHA 256 guided section handler
4 to parse RSA 2048 SHA 256 encapsulation section and extract raw data.
33 /// RSA 2048 SHA 256 Guided Section header
37 EFI_CERT_BLOCK_RSA_2048_SHA256 CertBlockRsa2048Sha256; ///< RSA 2048-bit Signature
42 EFI_CERT_BLOCK_RSA_2048_SHA256 CertBlockRsa2048Sha256; ///< RSA 2048-bit Signature
46 /// Public Exponent of RSA Key.
113 It also does authentication check for RSA 2048 SHA 256 signature in the input guided section.
145 VOID *Rsa;
148 Rsa = NULL;
161 // Get the RSA 2048 SHA 256 information.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/
PeiRsa2048Sha256GuidedSectionExtractLib.c 3 This library registers RSA 2048 SHA 256 guided section handler
4 to parse RSA 2048 SHA 256 encapsulation section and extract raw data.
31 /// RSA 2048 SHA 256 Guided Section header
35 EFI_CERT_BLOCK_RSA_2048_SHA256 CertBlockRsa2048Sha256; ///< RSA 2048-bit Signature
40 EFI_CERT_BLOCK_RSA_2048_SHA256 CertBlockRsa2048Sha256; ///< RSA 2048-bit Signature
44 /// Public Exponent of RSA Key.
111 It also does authentication check for RSA 2048 SHA 256 signature in the input guided section.
142 VOID *Rsa;
145 Rsa = NULL;
158 // Get the RSA 2048 SHA 256 information.
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptRsaExt.c 2 RSA Asymmetric Cipher Wrapper Implementation over OpenSSL.
4 This file implements following APIs which provide more capabilities for RSA:
24 #include <openssl/rsa.h>
29 Gets the tag-designated RSA key component from the established RSA context.
31 This function retrieves the tag-designated RSA key component from the
32 established RSA context as a non-negative integer (octet string format
33 represented in RSA PKCS#1).
43 @param[in, out] RsaContext Pointer to RSA context being set.
44 @param[in] KeyTag Tag of RSA key component being set.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
AuthService.c 26 // Public Exponent of RSA Key.
311 VOID *Rsa;
314 Rsa = NULL;
363 // Generate & Initialize RSA Context.
365 Rsa = RsaNew ();
366 ASSERT (Rsa != NULL);
368 // Set RSA Key Components.
369 // NOTE: Only N and E are needed to be set as RSA public key for signature verification.
371 Status = RsaSetKey (Rsa, RsaKeyN, PubKey, EFI_CERT_TYPE_RSA2048_SIZE);
375 Status = RsaSetKey (Rsa, RsaKeyE, mRsaE, sizeof (mRsaE));
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthService.c 35 // Public Exponent of RSA Key.
    [all...]
  /prebuilts/tools/common/m2/repository/com/braintreepayments/encryption/2.1.0/
encryption-2.1.0.jar 
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_hidl_hal_test.cpp 293 void operator()(RSA* p) { RSA_free(p); }
    [all...]
  /system/keymaster/
android_keymaster_test.cpp 298 TEST_P(NewKeyGeneration, Rsa) {
    [all...]

Completed in 150 milliseconds