Searched refs:TPM2_ST_NO_SESSIONS (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/char/tpm/ |
H A D | tpm2-cmd.c | 190 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_PCR_READ); in tpm2_pcr_read() 381 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_FLUSH_CONTEXT); in tpm2_flush_context() 421 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY); in tpm2_get_tpm_pt() 462 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_SHUTDOWN); in tpm2_shutdown() 490 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_SELF_TEST); in tpm2_do_selftest() 526 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY); in tpm2_probe() 536 if (be16_to_cpu(out->tag) == TPM2_ST_NO_SESSIONS) in tpm2_probe() 591 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY); in tpm2_get_pcr_allocation() 680 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY); in tpm2_get_cc_attrs_tbl() 742 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_STARTUP); in tpm2_startup()
|
H A D | tpm-buf.c | 39 WARN_ON(tag != TPM_TAG_RQU_COMMAND && tag != TPM2_ST_NO_SESSIONS && in tpm_buf_reset()
|
H A D | tpm2-space.c | 79 rc = tpm_buf_init(&tbuf, TPM2_ST_NO_SESSIONS, TPM2_CC_CONTEXT_LOAD); in tpm2_load_context() 132 rc = tpm_buf_init(&tbuf, TPM2_ST_NO_SESSIONS, TPM2_CC_CONTEXT_SAVE); in tpm2_save_context()
|
H A D | tpm-dev-common.c | 39 header->tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_dev_transmit()
|
H A D | tpm2-sessions.c | 193 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_READ_PUBLIC); in tpm2_read_public() 999 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_START_AUTH_SESS); in tpm2_start_auth_session()
|
/linux/tools/testing/selftests/tpm2/ |
H A D | tpm2.py | 12 TPM2_ST_NO_SESSIONS = 0x8001 variable 414 TPM2_ST_NO_SESSIONS, 460 TPM2_ST_NO_SESSIONS, 502 TPM2_ST_NO_SESSIONS, 517 TPM2_ST_NO_SESSIONS, 527 TPM2_ST_NO_SESSIONS, 537 TPM2_ST_NO_SESSIONS, 694 TPM2_ST_NO_SESSIONS, 727 TPM2_ST_NO_SESSIONS,
|
H A D | tpm2_tests.py | 163 tpm2.TPM2_ST_NO_SESSIONS, 179 tpm2.TPM2_ST_NO_SESSIONS, 196 tpm2.TPM2_ST_NO_SESSIONS, 219 tpm2.TPM2_ST_NO_SESSIONS, 294 cmd = struct.pack(fmt, tpm2.TPM2_ST_NO_SESSIONS, struct.calcsize(fmt),
|
/linux/include/linux/ |
H A D | tpm.h | 238 TPM2_ST_NO_SESSIONS = 0x8001, enumerator 531 head->tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_buf_append_hmac_session_opt()
|