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

  /external/tpm2/
AlgorithmCap.c 28 #ifdef TPM_ALG_HMAC
29 {TPM_ALG_HMAC, {0, 0, 1, 0, 0, 1, 0, 0, 0}},
tpm_types.h     [all...]
tpm_generated.c 619 #ifdef TPM_ALG_HMAC
620 if (*target == TPM_ALG_HMAC) {
    [all...]
Implementation.h 320 #define TPM_ALG_HMAC (TPM_ALG_ID)(0x0005)
    [all...]
Object_spt.c 477 if( scheme->scheme != TPM_ALG_HMAC
    [all...]
CryptUtil.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Capability.c 558 case TPM_ALG_HMAC:
  /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,
248 #define TPM_ALG_HMAC ((TPM_ALGORITHM_ID) 0x00000005) // The RFC 2104 HMAC 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,
373 #define TPM_ALG_HMAC ((TPM_ALGORITHM_ID) 0x00000005) ///< The RFC 2104 HMAC algorithm
    [all...]
  /system/tpm/trunks/
tpm_generated.cc     [all...]
tpm_generated.h 495 constexpr TPM_ALG_ID TPM_ALG_HMAC = 0x0005;
    [all...]

Completed in 200 milliseconds