Searched refs:tpm_buf_check_hmac_response (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/security/keys/trusted-keys/ |
D | trusted_tpm2.c | 336 rc = tpm_buf_check_hmac_response(chip, &buf, rc); in tpm2_seal_trusted() 461 rc = tpm_buf_check_hmac_response(chip, &buf, rc); in tpm2_load_cmd() 536 rc = tpm_buf_check_hmac_response(chip, &buf, rc); in tpm2_unseal_cmd()
|
/linux-6.14.4/include/linux/ |
D | tpm.h | 540 int tpm_buf_check_hmac_response(struct tpm_chip *chip, struct tpm_buf *buf, 557 static inline int tpm_buf_check_hmac_response(struct tpm_chip *chip, in tpm_buf_check_hmac_response() function
|
/linux-6.14.4/drivers/char/tpm/ |
D | tpm2-cmd.c | 272 rc = tpm_buf_check_hmac_response(chip, &buf, rc); in tpm2_pcr_extend() 332 err = tpm_buf_check_hmac_response(chip, &buf, err); in tpm2_get_random()
|
D | tpm2-sessions.c | 750 int tpm_buf_check_hmac_response(struct tpm_chip *chip, struct tpm_buf *buf, in tpm_buf_check_hmac_response() function 874 EXPORT_SYMBOL(tpm_buf_check_hmac_response);
|