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

  /external/tpm2/
PolicyCommandCode.c 33 return TPM_RC_POLICY_CC + RC_PolicyCommandCode_code;
SessionProcess.c 719 // TPM_RC_POLICY_CC CC doesn't match
775 return TPM_RC_POLICY_CC;
    [all...]
tpm_types.h 123 #define TPM_RC_POLICY_CC ((TPM_RC)(RC_FMT1 + 0x024))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 165 case trunks::TPM_RC_POLICY_CC:
166 return "TPM_RC_POLICY_CC";
trunks_client_test.cc 658 // is not TPM_CC_SIGN. It should fail with TPM_RC_POLICY_CC.
662 if (GetFormatOneError(result) != TPM_RC_POLICY_CC) {
804 // fail with TPM_RC_POLICY_CC.
    [all...]
tpm_generated.h 716 constexpr TPM_RC TPM_RC_POLICY_CC = RC_FMT1 + 0x024;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 407 #define TPM_RC_POLICY_CC (TPM_RC)(RC_FMT1 + 0x024 )
    [all...]

Completed in 60 milliseconds