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

  /external/tpm2/
AlgorithmCap.c 34 #ifdef TPM_ALG_MGF1
35 {TPM_ALG_MGF1, {0, 0, 1, 0, 0, 0, 0, 1, 0}},
Implementation.h 328 #define TPM_ALG_MGF1 (TPM_ALG_ID)(0x0007)
    [all...]
tpm_generated.c 629 #ifdef TPM_ALG_MGF1
630 if (*target == TPM_ALG_MGF1) {
    [all...]
tpm_types.h     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Capability.c 785 case TPM_ALG_MGF1:
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h 242 // TPM_ALG_MGF1
250 #define TPM_ALG_MGF1 ((TPM_ALGORITHM_ID) 0x00000007) // The XOR algorithm using MGF1 to create a string the size of the encrypted block
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm12.h 367 // TPM_ALG_MGF1
375 #define TPM_ALG_MGF1 ((TPM_ALGORITHM_ID) 0x00000007) ///< The XOR algorithm using MGF1 to create a string the size of the encrypted block
    [all...]
  /system/tpm/trunks/
tpm_generated.h 497 constexpr TPM_ALG_ID TPM_ALG_MGF1 = 0x0007;
    [all...]
tpm_generated.cc     [all...]

Completed in 288 milliseconds