Home
last modified time | relevance | path

Searched refs:TPM2_CC_FIRST (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/char/tpm/
Dtpm2-cmd.c51 static const u8 tpm2_ordinal_duration[TPM2_CC_LAST - TPM2_CC_FIRST + 1] = {
773 if (ordinal >= TPM2_CC_FIRST && ordinal <= TPM2_CC_LAST) in tpm2_calc_ordinal_duration()
774 index = tpm2_ordinal_duration[ordinal - TPM2_CC_FIRST]; in tpm2_calc_ordinal_duration()
960 tpm_buf_append_u32(&buf, TPM2_CC_FIRST); in tpm2_get_cc_attrs_tbl()
Dtpm.h137 TPM2_CC_FIRST = 0x011F, enumerator