Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dtpm-common.h279 int tpm_xfer(struct udevice *dev, const u8 *sendbuf, size_t send_size,
/openbmc/u-boot/drivers/tpm/
H A Dtpm-uclass.c84 int tpm_xfer(struct udevice *dev, const uint8_t *sendbuf, size_t send_size, in tpm_xfer() function
/openbmc/u-boot/lib/
H A Dtpm-common.c176 err = tpm_xfer(dev, command, tpm_command_size(command), in tpm_sendrecv_command()
/openbmc/u-boot/cmd/
H A Dtpm-v1.c278 rc = tpm_xfer(dev, command, count, response, &response_length); in do_tpm_raw_transfer()