Searched refs:tpm_buf_append_hmac_session (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/security/keys/trusted-keys/ |
| H A D | trusted_tpm2.c | 287 tpm_buf_append_hmac_session(chip, &buf, TPM2_SA_DECRYPT, in tpm2_seal_trusted() 448 tpm_buf_append_hmac_session(chip, &buf, 0, options->keyauth, in tpm2_load_cmd() 512 tpm_buf_append_hmac_session(chip, &buf, TPM2_SA_ENCRYPT, in tpm2_unseal_cmd()
|
| /linux-6.15/include/linux/ |
| H A D | tpm.h | 526 void tpm_buf_append_hmac_session(struct tpm_chip *chip, struct tpm_buf *buf, 541 tpm_buf_append_hmac_session(chip, buf, attributes, passphrase, passphraselen); in tpm_buf_append_hmac_session_opt()
|
| /linux-6.15/drivers/char/tpm/ |
| H A D | tpm2-sessions.c | 319 void tpm_buf_append_hmac_session(struct tpm_chip *chip, struct tpm_buf *buf, in tpm_buf_append_hmac_session() function 380 EXPORT_SYMBOL_GPL(tpm_buf_append_hmac_session);
|
| H A D | tpm2-cmd.c | 254 tpm_buf_append_hmac_session(chip, &buf, 0, NULL, 0); in tpm2_pcr_extend()
|