Searched refs:tpm_buf_check_hmac_response (Results 1 – 4 of 4) sorted by relevance
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_tpm2.c | 327 rc = tpm_buf_check_hmac_response(chip, &buf, rc); in tpm2_seal_trusted() 456 rc = tpm_buf_check_hmac_response(chip, &buf, rc); in tpm2_load_cmd() 539 rc = tpm_buf_check_hmac_response(chip, &buf, rc); in tpm2_unseal_cmd()
|
| /linux/include/linux/ |
| H A D | tpm.h | 544 int tpm_buf_check_hmac_response(struct tpm_chip *chip, struct tpm_buf *buf, 564 static inline int tpm_buf_check_hmac_response(struct tpm_chip *chip, in tpm_buf_check_hmac_response() function
|
| /linux/drivers/char/tpm/ |
| H A D | tpm2-cmd.c | 234 rc = tpm_buf_check_hmac_response(chip, &buf, rc); in tpm2_pcr_extend() 307 err = tpm_buf_check_hmac_response(chip, &buf, err); in tpm2_get_random()
|
| H A D | tpm2-sessions.c | 758 int tpm_buf_check_hmac_response(struct tpm_chip *chip, struct tpm_buf *buf, in tpm_buf_check_hmac_response() function 882 EXPORT_SYMBOL(tpm_buf_check_hmac_response);
|