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

  /external/tpm2/
Marshal_PolicyAuthValue.c 31 #ifdef TPM_CC_PolicyAuthValue
49 #ifdef TPM_CC_PolicyAuthValue
50 response_buffer = MemoryGetResponseBuffer(TPM_CC_PolicyAuthValue) + 10;
PolicyAuthValue.c 17 TPM_CC commandCode = TPM_CC_PolicyAuthValue;
26 // policyDigestnew = hash(policyDigestold || TPM_CC_PolicyAuthValue)
PolicyPassword.c 17 TPM_CC commandCode = TPM_CC_PolicyAuthValue;
26 // policyDigestnew = hash(policyDigestold || TPM_CC_PolicyAuthValue)
GetCommandCodeString.c 283 #ifdef TPM_CC_PolicyAuthValue
284 case TPM_CC_PolicyAuthValue:
CommandDispatcher.c 603 #ifdef TPM_CC_PolicyAuthValue
604 case TPM_CC_PolicyAuthValue:
    [all...]
HandleProcess.c 838 #ifdef TPM_CC_PolicyAuthValue
839 case TPM_CC_PolicyAuthValue:
    [all...]
Implementation.h     [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 300 #define TPM_CC_PolicyAuthValue (TPM_CC)(0x0000016B)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 611 constexpr TPM_CC TPM_CC_PolicyAuthValue = 0x0000016B;
    [all...]
tpm_generated.cc 173 case TPM_CC_PolicyAuthValue:
397 case TPM_CC_PolicyAuthValue:
    [all...]

Completed in 73 milliseconds