HomeSort by relevance Sort by last modified time
    Searched defs:RC_FMT1 (Results 1 - 2 of 2) 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...]
  /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...]

Completed in 167 milliseconds