HomeSort by relevance Sort by last modified time
    Searched refs:TPM_RC_POLICY_CC (Results 1 - 7 of 7) 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 100 case trunks::TPM_RC_POLICY_CC: return "TPM_RC_POLICY_CC";
trunks_client_test.cc 664 // is not TPM_CC_SIGN. It should fail with TPM_RC_POLICY_CC.
668 if (GetFormatOneError(result) != TPM_RC_POLICY_CC) {
810 // fail with TPM_RC_POLICY_CC.
    [all...]
tpm_generated.h 685 const TPM_RC TPM_RC_POLICY_CC = RC_FMT1 + 0x024;
    [all...]

Completed in 1317 milliseconds