Home
last modified time | relevance | path

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

/Linux-v5.10/security/keys/trusted-keys/
Dtrusted_tpm2.c133 rc = tpm_send(chip, buf.data, tpm_buf_length(&buf)); in tpm2_seal_trusted()
214 rc = tpm_send(chip, buf.data, tpm_buf_length(&buf)); in tpm2_load_cmd()
263 rc = tpm_send(chip, buf.data, tpm_buf_length(&buf)); in tpm2_unseal_cmd()
Dtrusted_tpm1.c372 rc = tpm_send(chip, cmd, buflen); in trusted_tpm_send()
/Linux-v5.10/include/linux/
Dtpm.h404 extern int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen);
426 static inline int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) in tpm_send() function
/Linux-v5.10/drivers/char/tpm/
Dtpm-interface.c353 int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) in tpm_send() function
368 EXPORT_SYMBOL_GPL(tpm_send);