Home
last modified time | relevance | path

Searched refs:TPM2_ST_NO_SESSIONS (Results 1 – 4 of 4) sorted by relevance

/linux/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),
/linux/drivers/char/tpm/
H A Dtpm-dev-common.c39 header->tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm_dev_transmit()
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c536 head->tag = cpu_to_be16(TPM2_ST_NO_SESSIONS); in tpm2_unseal_cmd()