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

  /external/tpm2/
CpriCryptPri.c 51 #ifdef TPM_ALG_RSA
87 #ifdef TPM_ALG_RSA
89 #endif // TPM_ALG_RSA
CryptoEngine.h 46 #ifdef TPM_ALG_RSA
172 #ifdef TPM_ALG_RSA
184 #endif // TPM_ALG_RSA
189 #ifdef TPM_ALG_RSA
232 #ifdef TPM_ALG_RSA
RSA_Decrypt.c 10 #ifdef TPM_ALG_RSA
41 if(rsaKey->publicArea.type != TPM_ALG_RSA)
RSA_Encrypt.c 10 #ifdef TPM_ALG_RSA
39 if(rsaKey->publicArea.type != TPM_ALG_RSA)
OsslCryptoEngine.h 24 #ifdef TPM_ALG_RSA
AlgorithmCap.c 16 #ifdef TPM_ALG_RSA
17 {TPM_ALG_RSA, {1, 0, 0, 1, 0, 0, 0, 0, 0}},
CryptUtil.c 781 #ifdef TPM_ALG_RSA //% 2
    [all...]
Global.h 181 #ifdef TPM_ALG_RSA
    [all...]
tpm_types.h     [all...]
tpm_generated.c 604 #ifdef TPM_ALG_RSA
605 if (*target == TPM_ALG_RSA) {
    [all...]
RSAKeySieve.c 9 #ifdef TPM_ALG_RSA
950 #endif // TPM_ALG_RSA
NV.c     [all...]
CpriRSA.c 11 #ifdef TPM_ALG_RSA
    [all...]
Implementation.h 308 #define TPM_ALG_RSA (TPM_ALG_ID)(0x0001)
    [all...]
  /system/tpm/trunks/
session_manager_test.cc 104 public_data.public_area.type = TPM_ALG_RSA;
120 public_data.public_area.type = TPM_ALG_RSA;
138 public_data.public_area.type = TPM_ALG_RSA;
153 public_data.public_area.type = TPM_ALG_RSA;
tpm_utility_test.cc 474 public_area.public_area.type = TPM_ALG_RSA;
496 public_area.public_area.type = TPM_ALG_RSA;
515 public_area.public_area.type = TPM_ALG_RSA;
533 public_area.public_area.type = TPM_ALG_RSA;
559 public_area.public_area.type = TPM_ALG_RSA;
585 public_area.public_area.type = TPM_ALG_RSA;
609 public_area.public_area.type = TPM_ALG_RSA;
629 public_area.public_area.type = TPM_ALG_RSA;
660 public_area.public_area.type = TPM_ALG_RSA;
688 public_area.public_area.type = TPM_ALG_RSA;
    [all...]
tpm_utility_impl.cc 432 } else if (public_area.type != TPM_ALG_RSA) {
499 } else if (public_area.type != TPM_ALG_RSA) {
567 } else if (public_area.type != TPM_ALG_RSA) {
622 } else if (public_area.type != TPM_ALG_RSA) {
770 TPMT_PUBLIC public_area = CreateDefaultPublicArea(TPM_ALG_RSA);
797 in_sensitive.sensitive_type = TPM_ALG_RSA;
    [all...]
session_manager_impl.cc 159 if (public_data.public_area.type != TPM_ALG_RSA ||
tpm_state_impl.cc 127 return (algorithm_properties_.count(TPM_ALG_RSA) > 0);
tpm_state_test.cc 54 fake_algorithm_properties_[TPM_ALG_RSA] = 0x9;
tpm_generated.cc     [all...]
tpm_generated.h 492 constexpr TPM_ALG_ID TPM_ALG_RSA = 0x0001;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Capability.c 689 case TPM_ALG_RSA:
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h 241 // The TPM MUST support the algorithms TPM_ALG_RSA, TPM_ALG_SHA, TPM_ALG_HMAC,
244 #define TPM_ALG_RSA ((TPM_ALGORITHM_ID) 0x00000001) // The RSA algorithm.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm12.h 366 // The TPM MUST support the algorithms TPM_ALG_RSA, TPM_ALG_SHA, TPM_ALG_HMAC,
369 #define TPM_ALG_RSA ((TPM_ALGORITHM_ID) 0x00000001) ///< The RSA algorithm.
    [all...]

Completed in 732 milliseconds