Searched refs:TPM2_CC_FIRST (Results 1 – 2 of 2) sorted by relevance
51 static const u8 tpm2_ordinal_duration[TPM2_CC_LAST - TPM2_CC_FIRST + 1] = {762 if (ordinal >= TPM2_CC_FIRST && ordinal <= TPM2_CC_LAST) in tpm2_calc_ordinal_duration()763 index = tpm2_ordinal_duration[ordinal - TPM2_CC_FIRST]; in tpm2_calc_ordinal_duration()945 tpm_buf_append_u32(&buf, TPM2_CC_FIRST); in tpm2_get_cc_attrs_tbl()
137 TPM2_CC_FIRST = 0x011F, enumerator