Searched refs:send_size (Results 1 – 5 of 5) sorted by relevance
| /drivers/tpm/ |
| A D | tpm_atmel_twi.c | 76 const uint8_t *sendbuf, size_t send_size, in tpm_atmel_twi_xfer() argument 84 printf("send to TPM (%d bytes, recv_len=%d):\n", send_size, *recv_len); in tpm_atmel_twi_xfer() 85 print_buffer(0, (void *)sendbuf, 1, send_size, 0); in tpm_atmel_twi_xfer() 88 res = dm_i2c_write(dev, 0, sendbuf, send_size); in tpm_atmel_twi_xfer()
|
| A D | tpm-uclass.c | 86 int tpm_xfer(struct udevice *dev, const uint8_t *sendbuf, size_t send_size, in tpm_xfer() argument 96 return ops->xfer(dev, sendbuf, send_size, recvbuf, recv_size); in tpm_xfer() 109 if (count > send_size) { in tpm_xfer() 110 log_debug("invalid count value %x %zx\n", count, send_size); in tpm_xfer() 115 ret = ops->send(dev, sendbuf, send_size); in tpm_xfer()
|
| A D | tpm2_ftpm_tee.c | 39 size_t send_size, u8 *recvbuf, in ftpm_tee_transceive() argument 51 if (send_size > MAX_COMMAND_SIZE) { in ftpm_tee_transceive() 53 __func__, send_size); in ftpm_tee_transceive() 73 .size = send_size, in ftpm_tee_transceive() 79 memcpy(command_params[0].u.memref.shm->addr, sendbuf, send_size); in ftpm_tee_transceive()
|
| A D | tpm_tis_sandbox.c | 119 size_t send_size, uint8_t *recvbuf, in sandbox_tpm_xfer() argument 130 printf("tpm: %zd bytes, recv_len %zd, cmd = %x\n", send_size, in sandbox_tpm_xfer() 132 print_buffer(0, sendbuf, 1, send_size, 0); in sandbox_tpm_xfer()
|
| A D | tpm2_tis_sandbox.c | 418 size_t send_size, u8 *recvbuf, in sandbox_tpm2_xfer() argument 445 if (length != send_size) { in sandbox_tpm2_xfer() 447 send_size, length); in sandbox_tpm2_xfer()
|
Completed in 57 milliseconds