Home
last modified time | relevance | path

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

/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c332 rc = tpm_transmit_cmd(chip, buf, 4, "sealing data"); in tpm2_seal_trusted()
460 rc = tpm_transmit_cmd(chip, buf, 4, "loading blob"); in tpm2_load_cmd()
544 rc = tpm_transmit_cmd(chip, buf, 6, "unsealing"); in tpm2_unseal_cmd()
H A Dtrusted_tpm1.c331 rc = tpm_transmit_cmd(chip, buf, 4, "sending data"); in trusted_tpm_send()
/linux/drivers/char/tpm/
H A Dtpm-interface.c264 ssize_t tpm_transmit_cmd(struct tpm_chip *chip, struct tpm_buf *buf, in tpm_transmit_cmd() function
289 EXPORT_SYMBOL_GPL(tpm_transmit_cmd);
/linux/include/linux/
H A Dtpm.h223 * Convert a return value from tpm_transmit_cmd() to POSIX error code.
247 extern ssize_t tpm_transmit_cmd(struct tpm_chip *chip, struct tpm_buf *buf,