Home
last modified time | relevance | path

Searched refs:TPM2_SA_ENCRYPT (Results 1 – 4 of 4) sorted by relevance

/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c506 tpm_buf_append_hmac_session(chip, &buf, TPM2_SA_ENCRYPT, in tpm2_unseal_cmd()
525 tpm_buf_append_hmac_session(chip, &buf, TPM2_SA_ENCRYPT, NULL, 0); in tpm2_unseal_cmd()
/linux/include/linux/
H A Dtpm.h409 TPM2_SA_ENCRYPT = BIT(6), enumerator
/linux/drivers/char/tpm/
H A Dtpm2-cmd.c287 TPM2_SA_ENCRYPT | in tpm2_get_random()
H A Dtpm2-sessions.c856 if (auth->attrs & TPM2_SA_ENCRYPT) { in tpm_buf_check_hmac_response()