Home
last modified time | relevance | path

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

/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c275 tpm_buf_append_hmac_session(chip, &buf, TPM2_SA_DECRYPT, in tpm2_seal_trusted()
440 tpm_buf_append_hmac_session(chip, &buf, 0, options->keyauth, in tpm2_load_cmd()
506 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/drivers/char/tpm/
H A Dtpm2-cmd.c210 tpm_buf_append_hmac_session(chip, &buf, 0, NULL, 0); in tpm2_pcr_extend()
286 tpm_buf_append_hmac_session(chip, &buf, in tpm2_get_random()
H A Dtpm2-sessions.c364 void tpm_buf_append_hmac_session(struct tpm_chip *chip, struct tpm_buf *buf, in tpm_buf_append_hmac_session() function
424 EXPORT_SYMBOL_GPL(tpm_buf_append_hmac_session);
/linux/include/linux/
H A Dtpm.h534 void tpm_buf_append_hmac_session(struct tpm_chip *chip, struct tpm_buf *buf,