OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPM_RC_PCR
(Results
1 - 6
of
6
) sorted by null
/external/tpm2/
PCR_Allocate.c
14
//
TPM_RC_PCR
the allocation did not have required PCR
42
if(result ==
TPM_RC_PCR
)
PCR.c
879
//
TPM_RC_PCR
improper allocation
957
return
TPM_RC_PCR
;
[
all
...]
tpm_types.h
68
#define
TPM_RC_PCR
((TPM_RC)(RC_VER1 + 0x027))
[
all
...]
tpm_generated.c
[
all
...]
/system/tpm/trunks/
error_codes.cc
47
case trunks::
TPM_RC_PCR
: return "
TPM_RC_PCR
";
tpm_generated.h
630
const TPM_RC
TPM_RC_PCR
= RC_VER1 + 0x027;
[
all
...]
Completed in 2005 milliseconds