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

  /external/tpm2/
PolicyCpHash.c 14 // TPM_RC_CPHASH cpHash of policySession has previously been set to a different value
38 return TPM_RC_CPHASH;
PolicyNameHash.c 14 // TPM_RC_CPHASH nameHash has been previously set to a different value
35 return TPM_RC_CPHASH;
PolicyDuplicationSelect.c 15 // TPM_RC_CPHASH cpHash of policySession is not empty
33 return TPM_RC_CPHASH;
Policy_spt.c 67 return TPM_RC_CPHASH;
tpm_types.h 87 #define TPM_RC_CPHASH ((TPM_RC)(RC_VER1 + 0x051))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 97 case trunks::TPM_RC_CPHASH:
98 return "TPM_RC_CPHASH";
tpm_generated.h 680 constexpr TPM_RC TPM_RC_CPHASH = RC_VER1 + 0x051;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 371 #define TPM_RC_CPHASH (TPM_RC)(RC_VER1 + 0x051)
    [all...]

Completed in 550 milliseconds