Searched refs:RC_FMT1 (Results 1 - 2 of 2) sorted by relevance

/system/tpm/trunks/
H A Derror_codes.cc305 return (error & kLayerMask) == 0 && (error & trunks::RC_FMT1) != 0;
H A Dtpm_generated.h686 constexpr TPM_RC RC_FMT1 = 0x080; member in namespace:trunks
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
[all...]

Completed in 58 milliseconds