Searched refs:TPM2_ST_SESSIONS (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/ |
H A D | tpm2.py | 13 TPM2_ST_SESSIONS = 0x8002 variable 446 TPM2_ST_SESSIONS, 574 TPM2_ST_SESSIONS, 612 TPM2_ST_SESSIONS, 639 TPM2_ST_SESSIONS, 657 TPM2_ST_SESSIONS, 679 TPM2_ST_SESSIONS,
|
/kernel/linux/linux-6.6/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,
|
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
H A D | trusted_tpm2.c | 86 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_CREATE); in tpm2_seal_trusted() 205 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_LOAD); in tpm2_load_cmd() 259 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_UNSEAL); in tpm2_unseal_cmd()
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tpm.h | 189 TPM2_ST_SESSIONS = 0x8002, enumerator
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tpm.h | 196 TPM2_ST_SESSIONS = 0x8002, enumerator
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm_vtpm_proxy.c | 403 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, in vtpm_proxy_request_locality()
|
H A D | tpm2-cmd.c | 243 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_PCR_EXTEND); in tpm2_pcr_extend()
|
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm_vtpm_proxy.c | 403 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, in vtpm_proxy_request_locality()
|
H A D | tpm2-cmd.c | 243 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_PCR_EXTEND); in tpm2_pcr_extend()
|
Completed in 10 milliseconds