OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPM_RC_UPGRADE
(Results
1 - 5
of
5
) sorted by null
/external/tpm2/
ExecCommand.c
173
result =
TPM_RC_UPGRADE
;
tpm_types.h
70
#define
TPM_RC_UPGRADE
((TPM_RC)(RC_VER1 + 0x02D))
[
all
...]
tpm_generated.c
[
all
...]
/system/tpm/trunks/
error_codes.cc
49
case trunks::
TPM_RC_UPGRADE
: return "
TPM_RC_UPGRADE
";
tpm_generated.h
632
const TPM_RC
TPM_RC_UPGRADE
= RC_VER1 + 0x02D;
[
all
...]
Completed in 130 milliseconds