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

  /external/tpm2/
AlgorithmCap.c 68 #ifdef TPM_ALG_OAEP
69 {TPM_ALG_OAEP, {1, 0, 0, 0, 0, 0, 1, 0, 0}},
CryptUtil.c     [all...]
CpriRSA.c     [all...]
tpm_generated.c 689 #ifdef TPM_ALG_OAEP
690 if (*target == TPM_ALG_OAEP) {
    [all...]
Implementation.h 376 #define TPM_ALG_OAEP (TPM_ALG_ID)(0x0017)
    [all...]
tpm_types.h     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Capability.c 723 case TPM_ALG_OAEP:
  /system/tpm/trunks/
tpm_utility_impl.cc 419 } else if (scheme == TPM_ALG_OAEP || scheme == TPM_ALG_NULL) {
420 in_scheme.scheme = TPM_ALG_OAEP;
479 } else if (scheme == TPM_ALG_OAEP || scheme == TPM_ALG_NULL) {
480 in_scheme.scheme = TPM_ALG_OAEP;
    [all...]
tpm_utility_test.cc 547 EXPECT_EQ(scheme.scheme, TPM_ALG_OAEP);
675 EXPECT_EQ(scheme.scheme, TPM_ALG_OAEP);
    [all...]
tpm_generated.h 509 constexpr TPM_ALG_ID TPM_ALG_OAEP = 0x0017;
    [all...]
tpm_generated.cc     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 192 #define TPM_ALG_OAEP (TPM_ALG_ID)(0x0017)
    [all...]

Completed in 343 milliseconds