Home
last modified time | relevance | path

Searched defs:tpm_tis_send (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_core.c218 int tpm_tis_send(struct udevice *dev, const u8 *buf, size_t len) in tpm_tis_send() function
/openbmc/linux/drivers/char/tpm/
H A Dtpm_tis_core.c576 static int tpm_tis_send(struct tpm_chip *chip, u8 *buf, size_t len) in tpm_tis_send() function