Searched refs:TPM2_ST_SESSIONS (Results 1 - 7 of 7) sorted by last modified time

/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm2.c260 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_CREATE);
428 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_LOAD);
490 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_UNSEAL);
/linux-master/include/linux/
H A Dtpm.h239 TPM2_ST_SESSIONS = 0x8002, enumerator in enum:tpm2_structures
/linux-master/drivers/char/tpm/
H A Dtpm2-sessions.c715 if (tag != TPM2_ST_SESSIONS) {
1155 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_CREATE_PRIMARY);
H A Dtpm2-cmd.c239 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_PCR_EXTEND);
306 tpm_buf_reset(&buf, TPM2_ST_SESSIONS, TPM2_CC_GET_RANDOM);
H A Dtpm-buf.c13 * @tag: TPM_TAG_RQU_COMMAND, TPM2_ST_NO_SESSIONS or TPM2_ST_SESSIONS
32 * @tag: TPM_TAG_RQU_COMMAND, TPM2_ST_NO_SESSIONS or TPM2_ST_SESSIONS
40 tag != TPM2_ST_SESSIONS && tag != 0);
248 if (tpm_buf_tag(buf) == TPM2_ST_SESSIONS)
H A Dtpm_vtpm_proxy.c403 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS,
/linux-master/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,

Completed in 493 milliseconds