Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tpm2/
H A 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/security/keys/trusted-keys/
H A Dtrusted_tpm2.c258 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_CREATE); in tpm2_seal_trusted()
430 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_LOAD); in tpm2_load_cmd()
495 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_UNSEAL); in tpm2_unseal_cmd()
/linux/drivers/char/tpm/
H A Dtpm2-cmd.c197 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_PCR_EXTEND); in tpm2_pcr_extend()
284 tpm_buf_reset(&buf, TPM2_ST_SESSIONS, TPM2_CC_GET_RANDOM); in tpm2_get_random()
317 if (be16_to_cpu(head->tag) == TPM2_ST_SESSIONS) in tpm2_get_random()
H A Dtpm-buf.c40 tag != TPM2_ST_SESSIONS && tag != 0); in tpm_buf_reset()
H A Dtpm2-sessions.c786 if (tag != TPM2_ST_SESSIONS) { in tpm_buf_check_hmac_response()
1263 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_CREATE_PRIMARY); in tpm2_create_primary()
H A Dtpm_vtpm_proxy.c404 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, in vtpm_proxy_request_locality()
/linux/include/linux/
H A Dtpm.h243 TPM2_ST_SESSIONS = 0x8002, enumerator