Searched refs:TPM2_ST_SESSIONS (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/tpm2/ |
A D | tpm2.py | 13 TPM2_ST_SESSIONS = 0x8002 variable 442 TPM2_ST_SESSIONS, 570 TPM2_ST_SESSIONS, 608 TPM2_ST_SESSIONS, 635 TPM2_ST_SESSIONS, 653 TPM2_ST_SESSIONS, 675 TPM2_ST_SESSIONS,
|
/linux/security/keys/trusted-keys/ |
A D | trusted_tpm2.c | 255 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/include/linux/ |
A D | tpm.h | 196 TPM2_ST_SESSIONS = 0x8002, enumerator
|
/linux/drivers/char/tpm/ |
A D | tpm_vtpm_proxy.c | 403 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, in vtpm_proxy_request_locality()
|
A D | tpm2-cmd.c | 243 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_PCR_EXTEND); in tpm2_pcr_extend()
|
Completed in 14 milliseconds