Searched refs:tpm_xfer (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/include/ |
D | tpm-common.h | 200 int tpm_xfer(struct udevice *dev, const u8 *sendbuf, size_t send_size,
|
/external/u-boot/drivers/tpm/ |
D | tpm-uclass.c | 71 int tpm_xfer(struct udevice *dev, const uint8_t *sendbuf, size_t send_size, in tpm_xfer() function
|
/external/u-boot/lib/ |
D | tpm-common.c | 168 err = tpm_xfer(dev, command, tpm_command_size(command), in tpm_sendrecv_command()
|
/external/u-boot/cmd/ |
D | tpm-v1.c | 221 rc = tpm_xfer(dev, command, count, response, &response_length); in do_tpm_raw_transfer()
|