Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtpm.h320 int tpm_buf_check_hmac_response(struct tpm_chip *chip, struct tpm_buf *buf,
340 static inline int tpm_buf_check_hmac_response(struct tpm_chip *chip, in tpm_buf_check_hmac_response() function
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c334 rc = tpm_buf_check_hmac_response(chip, buf, rc); in tpm2_seal_trusted()
463 rc = tpm_buf_check_hmac_response(chip, buf, rc); in tpm2_load_cmd()
547 rc = tpm_buf_check_hmac_response(chip, buf, rc); in tpm2_unseal_cmd()
/linux/drivers/char/tpm/
H A Dtpm2-cmd.c224 rc = tpm_buf_check_hmac_response(chip, buf, rc); in tpm2_pcr_extend()
291 err = tpm_buf_check_hmac_response(chip, buf, err); in tpm2_get_random()
H A Dtpm2-sessions.c772 int tpm_buf_check_hmac_response(struct tpm_chip *chip, struct tpm_buf *buf, in tpm_buf_check_hmac_response() function
896 EXPORT_SYMBOL(tpm_buf_check_hmac_response);