OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RC_FMT1
(Results
1 - 5
of
5
) sorted by null
/external/tpm2/
tpm_types.h
93
#define
RC_FMT1
0x080
94
#define TPM_RC_ASYMMETRIC ((TPM_RC)(
RC_FMT1
+ 0x001))
95
#define TPM_RC_ATTRIBUTES ((TPM_RC)(
RC_FMT1
+ 0x002))
96
#define TPM_RC_HASH ((TPM_RC)(
RC_FMT1
+ 0x003))
97
#define TPM_RC_VALUE ((TPM_RC)(
RC_FMT1
+ 0x004))
98
#define TPM_RC_HIERARCHY ((TPM_RC)(
RC_FMT1
+ 0x005))
99
#define TPM_RC_KEY_SIZE ((TPM_RC)(
RC_FMT1
+ 0x007))
100
#define TPM_RC_MGF ((TPM_RC)(
RC_FMT1
+ 0x008))
101
#define TPM_RC_MODE ((TPM_RC)(
RC_FMT1
+ 0x009))
102
#define TPM_RC_TYPE ((TPM_RC)(
RC_FMT1
+ 0x00A)
[
all
...]
Global.h
[
all
...]
tpm_generated.c
[
all
...]
/system/tpm/trunks/
tpm_generated.h
655
const TPM_RC
RC_FMT1
= 0x080;
656
const TPM_RC TPM_RC_ASYMMETRIC =
RC_FMT1
+ 0x001;
657
const TPM_RC TPM_RC_ATTRIBUTES =
RC_FMT1
+ 0x002;
658
const TPM_RC TPM_RC_HASH =
RC_FMT1
+ 0x003;
659
const TPM_RC TPM_RC_VALUE =
RC_FMT1
+ 0x004;
660
const TPM_RC TPM_RC_HIERARCHY =
RC_FMT1
+ 0x005;
661
const TPM_RC TPM_RC_KEY_SIZE =
RC_FMT1
+ 0x007;
662
const TPM_RC TPM_RC_MGF =
RC_FMT1
+ 0x008;
663
const TPM_RC TPM_RC_MODE =
RC_FMT1
+ 0x009;
664
const TPM_RC TPM_RC_TYPE =
RC_FMT1
+ 0x00A
[
all
...]
error_codes.cc
182
return (error & kLayerMask) == 0 && (error & trunks::
RC_FMT1
) != 0;
Completed in 271 milliseconds