Searched defs:TPM_RC (Results 1 - 1 of 1) sorted by path

/system/tpm/trunks/
H A Dtpm_generated.h471 typedef UINT32 TPM_RC; typedef in namespace:trunks
648 constexpr TPM_RC TPM_RC_SUCCESS = 0x000;
649 constexpr TPM_RC TPM_RC_BAD_TAG = 0x01E;
650 constexpr TPM_RC RC_VER1 = 0x100;
651 constexpr TPM_RC TPM_RC_INITIALIZE = RC_VER1 + 0x000;
652 constexpr TPM_RC TPM_RC_FAILURE = RC_VER1 + 0x001;
653 constexpr TPM_RC TPM_RC_SEQUENCE = RC_VER1 + 0x003;
654 constexpr TPM_RC TPM_RC_PRIVATE = RC_VER1 + 0x00B;
655 constexpr TPM_RC TPM_RC_HMAC = RC_VER1 + 0x019;
656 constexpr TPM_RC TPM_RC_DISABLE
[all...]

Completed in 53 milliseconds