Searched refs:TPM2_ST_SESSIONS (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/char/tpm/ |
D | tpm2-cmd.c | 248 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_PCR_EXTEND); in tpm2_pcr_extend() 440 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_CREATE); in tpm2_seal_trusted() 556 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_LOAD); in tpm2_load_cmd() 612 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_UNSEAL); in tpm2_unseal_cmd()
|
D | tpm_vtpm_proxy.c | 408 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, in vtpm_proxy_request_locality()
|
D | tpm.h | 105 TPM2_ST_SESSIONS = 0x8002, enumerator
|