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

  /external/tpm2/
PolicyTicket.c 29 TPM_CC commandCode = TPM_CC_PolicySecret;
77 commandCode = TPM_CC_PolicySecret;
Marshal_PolicySecret.c 78 #ifdef TPM_CC_PolicySecret
99 #ifdef TPM_CC_PolicySecret
100 response_buffer = MemoryGetResponseBuffer(TPM_CC_PolicySecret) + 10;
GetCommandCodeString.c 347 #ifdef TPM_CC_PolicySecret
348 case TPM_CC_PolicySecret:
PolicySecret.c 64 PolicyContextUpdate(TPM_CC_PolicySecret, &entityName, &in->policyRef,
CommandDispatcher.c 715 #ifdef TPM_CC_PolicySecret
716 case TPM_CC_PolicySecret:
    [all...]
HandleProcess.c     [all...]
Implementation.h 692 #define TPM_CC_PolicySecret (TPM_CC)(0x00000151)
    [all...]
SessionProcess.c 743 if( commandCode == TPM_CC_PolicySecret
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2EnhancedAuthorization.c 120 SendBuffer.Header.commandCode = SwapBytes32(TPM_CC_PolicySecret);
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 277 #define TPM_CC_PolicySecret (TPM_CC)(0x00000151)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 588 constexpr TPM_CC TPM_CC_PolicySecret = 0x00000151;
    [all...]
tpm_generated.cc 147 case TPM_CC_PolicySecret:
371 case TPM_CC_PolicySecret:
    [all...]

Completed in 89 milliseconds