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

  /external/tpm2/
AlgorithmCap.c 38 #ifdef TPM_ALG_XOR
39 {TPM_ALG_XOR, {0, 1, 1, 0, 0, 0, 0, 0, 0}},
StartAuthSession.c 89 // If 'symmetric' is a symmetric block cipher (not TPM_ALG_NULL or TPM_ALG_XOR)
92 && in->symmetric.algorithm != TPM_ALG_XOR
tpm_generated.c 639 #ifdef TPM_ALG_XOR
640 if (*target == TPM_ALG_XOR) {
    [all...]
tpm_types.h     [all...]
CryptUtil.c 717 else if(scheme->scheme == TPM_ALG_XOR)
    [all...]
Implementation.h 336 #define TPM_ALG_XOR (TPM_ALG_ID)(0x000A)
    [all...]
Object_spt.c 469 if( scheme->scheme != TPM_ALG_XOR
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Session.c 127 case TPM_ALG_XOR:
Tpm2Capability.c 562 case TPM_ALG_XOR:
587 case TPM_ALG_XOR:
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h 253 #define TPM_ALG_XOR ((TPM_ALGORITHM_ID) 0x0000000A) // XOR using the rolling nonces
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm12.h 378 #define TPM_ALG_XOR ((TPM_ALGORITHM_ID) 0x0000000A) ///< XOR using the rolling nonces
    [all...]
  /system/tpm/trunks/
tpm_generated.cc     [all...]
tpm_generated.h 499 constexpr TPM_ALG_ID TPM_ALG_XOR = 0x000A;
    [all...]

Completed in 165 milliseconds