Searched refs:TPM2_CC_GET_CAPABILITY (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/char/tpm/ |
H 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() 498 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY); in tpm2_probe() 563 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY); in tpm2_get_pcr_allocation() 652 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY); in tpm2_get_cc_attrs_tbl()
|
H A D | tpm2-space.c | 449 if (cc != TPM2_CC_GET_CAPABILITY || in tpm2_map_response_body()
|
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm2_tis_sandbox.c | 76 case TPM2_CC_GET_CAPABILITY: in sandbox_tpm2_check_session() 194 case TPM2_CC_GET_CAPABILITY: in sandbox_tpm2_check_readyness() 374 case TPM2_CC_GET_CAPABILITY: in sandbox_tpm2_xfer()
|
/openbmc/linux/tools/testing/selftests/tpm2/ |
H A D | tpm2.py | 24 TPM2_CC_GET_CAPABILITY = 0x017A variable 696 TPM2_CC_GET_CAPABILITY, 729 TPM2_CC_GET_CAPABILITY,
|
/openbmc/linux/include/linux/ |
H A D | tpm.h | 235 TPM2_CC_GET_CAPABILITY = 0x017A, enumerator
|
/openbmc/u-boot/include/ |
H A D | tpm-v2.h | 341 TPM2_CC_GET_CAPABILITY = 0x017A, enumerator
|
/openbmc/u-boot/lib/ |
H A D | tpm-v2.c | 1032 tpm_u32(TPM2_CC_GET_CAPABILITY), /* Command code */ in tpm2_get_capability()
|