OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPM_RC_CPHASH
(Results
1 - 8
of
8
) 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
66
case trunks::
TPM_RC_CPHASH
: return "
TPM_RC_CPHASH
";
tpm_generated.h
649
const TPM_RC
TPM_RC_CPHASH
= RC_VER1 + 0x051;
[
all
...]
Completed in 2203 milliseconds