Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dtpm_generated.h686 constexpr TPM_RC RC_FMT1 = 0x080; variable
687 constexpr TPM_RC TPM_RC_ASYMMETRIC = RC_FMT1 + 0x001;
688 constexpr TPM_RC TPM_RC_ATTRIBUTES = RC_FMT1 + 0x002;
689 constexpr TPM_RC TPM_RC_HASH = RC_FMT1 + 0x003;
690 constexpr TPM_RC TPM_RC_VALUE = RC_FMT1 + 0x004;
691 constexpr TPM_RC TPM_RC_HIERARCHY = RC_FMT1 + 0x005;
692 constexpr TPM_RC TPM_RC_KEY_SIZE = RC_FMT1 + 0x007;
693 constexpr TPM_RC TPM_RC_MGF = RC_FMT1 + 0x008;
694 constexpr TPM_RC TPM_RC_MODE = RC_FMT1 + 0x009;
695 constexpr TPM_RC TPM_RC_TYPE = RC_FMT1 + 0x00A;
[all …]
Derror_codes.cc305 return (error & kLayerMask) == 0 && (error & trunks::RC_FMT1) != 0; in IsFormatOne()
/system/tpm/trunks/generator/
Draw_structures.txt4978 RC_FMT1
4989 RC_FMT1 + 0x001
4995 RC_FMT1 + 0x002
5001 RC_FMT1 + 0x003
5007 RC_FMT1 + 0x004
5014 RC_FMT1 + 0x005
5040 RC_FMT1 + 0x007
5046 RC_FMT1 + 0x008
5052 RC_FMT1 + 0x009
5058 RC_FMT1 + 0x00A
[all …]
Draw_structures_fixed.txt4972 RC_FMT1
4983 RC_FMT1 + 0x001
4989 RC_FMT1 + 0x002
4995 RC_FMT1 + 0x003
5001 RC_FMT1 + 0x004
5008 RC_FMT1 + 0x005
5034 RC_FMT1 + 0x007
5040 RC_FMT1 + 0x008
5046 RC_FMT1 + 0x009
5052 RC_FMT1 + 0x00A
[all …]