Searched refs:TPM2_ST_SESSIONS (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/tpm2/ |
H A D | tpm2.py | 13 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 D | trusted_tpm2.c | 273 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_CREATE); in tpm2_seal_trusted() 441 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_LOAD); in tpm2_load_cmd() 503 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_UNSEAL); in tpm2_unseal_cmd()
|
/linux/drivers/char/tpm/ |
H A D | tpm2-cmd.c | 245 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_PCR_EXTEND); in tpm2_pcr_extend() 322 tpm_buf_reset(&buf, TPM2_ST_SESSIONS, TPM2_CC_GET_RANDOM); in tpm2_get_random() 342 if (be16_to_cpu(head->tag) == TPM2_ST_SESSIONS) in tpm2_get_random()
|
H A D | tpm-buf.c | 40 tag != TPM2_ST_SESSIONS && tag != 0); in tpm_buf_reset()
|
H A D | tpm2-sessions.c | 777 if (tag != TPM2_ST_SESSIONS) { in tpm_buf_check_hmac_response() 1258 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_CREATE_PRIMARY); in tpm2_create_primary()
|
H A D | tpm_vtpm_proxy.c | 402 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, in vtpm_proxy_request_locality()
|
/linux/include/linux/ |
H A D | tpm.h | 239 TPM2_ST_SESSIONS = 0x8002, enumerator
|