Home
last modified time | relevance | path

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

/drivers/char/tpm/
Dtpm2-cmd.c300 .tag = cpu_to_be16(TPM2_ST_SESSIONS),
464 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_CREATE); in tpm2_seal_trusted()
569 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_LOAD); in tpm2_load_cmd()
651 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_UNSEAL); in tpm2_unseal_cmd()
Dtpm.h86 TPM2_ST_SESSIONS = 0x8002, enumerator