Home
last modified time | relevance | path

Searched refs:TPM2_ST_SESSIONS (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/tools/testing/selftests/tpm2/
Dtpm2.py13 TPM2_ST_SESSIONS = 0x8002 variable
447 TPM2_ST_SESSIONS,
575 TPM2_ST_SESSIONS,
613 TPM2_ST_SESSIONS,
640 TPM2_ST_SESSIONS,
658 TPM2_ST_SESSIONS,
680 TPM2_ST_SESSIONS,
/Linux-v6.1/security/keys/trusted-keys/
Dtrusted_tpm2.c255 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_CREATE); in tpm2_seal_trusted()
412 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_LOAD); in tpm2_load_cmd()
468 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_UNSEAL); in tpm2_unseal_cmd()
/Linux-v6.1/include/linux/
Dtpm.h196 TPM2_ST_SESSIONS = 0x8002, enumerator
/Linux-v6.1/drivers/char/tpm/
Dtpm_vtpm_proxy.c403 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, in vtpm_proxy_request_locality()
Dtpm2-cmd.c243 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_PCR_EXTEND); in tpm2_pcr_extend()