Home
last modified time | relevance | path

Searched refs:TPM2_ST_NO_SESSIONS (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm2-cmd.c186 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_PCR_READ); in tpm2_pcr_read()
307 tpm_buf_reset(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_RANDOM); in tpm2_get_random()
353 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_FLUSH_CONTEXT); in tpm2_flush_context()
393 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY); in tpm2_get_tpm_pt()
434 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_SHUTDOWN); in tpm2_shutdown()
462 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_SELF_TEST); in tpm2_do_selftest()
498 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY); in tpm2_probe()
508 if (be16_to_cpu(out->tag) == TPM2_ST_NO_SESSIONS) 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_CAPABILIT in tpm2_get_cc_attrs_tbl()
[all...]
H A Dtpm-dev-common.c37 header->tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_dev_transmit()
H A Dtpm2-space.c79 rc = tpm_buf_init(&tbuf, TPM2_ST_NO_SESSIONS, TPM2_CC_CONTEXT_LOAD); in tpm2_load_context()
129 rc = tpm_buf_init(&tbuf, TPM2_ST_NO_SESSIONS, TPM2_CC_CONTEXT_SAVE); in tpm2_save_context()
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm2-cmd.c186 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_PCR_READ); in tpm2_pcr_read()
307 tpm_buf_reset(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_RANDOM); in tpm2_get_random()
353 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_FLUSH_CONTEXT); in tpm2_flush_context()
393 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY); in tpm2_get_tpm_pt()
434 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_SHUTDOWN); in tpm2_shutdown()
462 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_SELF_TEST); in tpm2_do_selftest()
498 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY); in tpm2_probe()
508 if (be16_to_cpu(out->tag) == TPM2_ST_NO_SESSIONS) 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_CAPABILIT in tpm2_get_cc_attrs_tbl()
[all...]
H A Dtpm-dev-common.c36 header->tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_dev_transmit()
H A Dtpm2-space.c79 rc = tpm_buf_init(&tbuf, TPM2_ST_NO_SESSIONS, TPM2_CC_CONTEXT_LOAD); in tpm2_load_context()
129 rc = tpm_buf_init(&tbuf, TPM2_ST_NO_SESSIONS, TPM2_CC_CONTEXT_SAVE); in tpm2_save_context()
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/
H A Dtpm2.py12 TPM2_ST_NO_SESSIONS = 0x8001 variable
413 TPM2_ST_NO_SESSIONS,
459 TPM2_ST_NO_SESSIONS,
501 TPM2_ST_NO_SESSIONS,
516 TPM2_ST_NO_SESSIONS,
526 TPM2_ST_NO_SESSIONS,
536 TPM2_ST_NO_SESSIONS,
693 TPM2_ST_NO_SESSIONS,
H A Dtpm2_tests.py150 tpm2.TPM2_ST_NO_SESSIONS,
166 tpm2.TPM2_ST_NO_SESSIONS,
183 tpm2.TPM2_ST_NO_SESSIONS,
206 tpm2.TPM2_ST_NO_SESSIONS,
281 cmd = struct.pack(fmt, tpm2.TPM2_ST_NO_SESSIONS, struct.calcsize(fmt),
/kernel/linux/linux-6.6/tools/testing/selftests/tpm2/
H A Dtpm2.py12 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 Dtpm2_tests.py163 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),
/kernel/linux/linux-5.10/include/linux/
H A Dtpm.h188 TPM2_ST_NO_SESSIONS = 0x8001, enumerator
/kernel/linux/linux-6.6/include/linux/
H A Dtpm.h195 TPM2_ST_NO_SESSIONS = 0x8001, enumerator

Completed in 10 milliseconds