Home
last modified time | relevance | path

Searched refs:RC_FMT1 (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/
Dtpm_types.h93 #define RC_FMT1 0x080 macro
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 …]
DGlobal.h947 ((r) + (((r) & RC_FMT1) ? (v) : 0))
Dtpm_generated.c7989 if (*target == RC_FMT1) { in TPM_RC_Unmarshal()