Searched refs:TPM2_CC_GET_CAPABILITY (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/char/tpm/ |
A D | tpm2-cmd.c | 100 case TPM2_CC_GET_CAPABILITY: /* 17A */ in tpm2_ordinal_duration_index() 393 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY); in tpm2_get_tpm_pt() 489 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY); in tpm2_probe() 554 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY); in tpm2_get_pcr_allocation() 643 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY); in tpm2_get_cc_attrs_tbl()
|
A D | tpm2-space.c | 446 if (cc != TPM2_CC_GET_CAPABILITY || in tpm2_map_response_body()
|
/linux/tools/testing/selftests/tpm2/ |
A D | tpm2.py | 24 TPM2_CC_GET_CAPABILITY = 0x017A variable 691 TPM2_CC_GET_CAPABILITY,
|
/linux/include/linux/ |
A D | tpm.h | 234 TPM2_CC_GET_CAPABILITY = 0x017A, enumerator
|
Completed in 14 milliseconds