Searched refs:tpm_cmd_get_size (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | tpm_util.h | 44 static inline uint32_t tpm_cmd_get_size(const void *b) in tpm_cmd_get_size() function
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_util.c | 138 if (tpm_cmd_get_size(response) != n) { in tpm_util_request() 345 len = MIN(tpm_cmd_get_size(buffer), buffer_size); in tpm_util_show_buffer()
|
H A D | tpm_passthrough.c | 109 tpm_cmd_get_size(out) != ret) { in tpm_passthrough_unix_tx_bufs()
|
H A D | tpm_emulator.c | 181 tpm_cmd_get_size(out) - sizeof(struct tpm_resp_hdr), errp); in tpm_emulator_unix_tx_bufs()
|
/openbmc/qemu/hw/tpm/ |
H A D | tpm_tis_common.c | 273 len = MIN(tpm_cmd_get_size(&s->buffer), in tpm_tis_data_read() 320 idx < MIN(tpm_cmd_get_size(&s->buffer), s->be_buffer_size); in tpm_tis_dump_state() 386 MIN(tpm_cmd_get_size(&s->buffer), in tpm_tis_mmio_read() 757 len = tpm_cmd_get_size(&s->buffer); in tpm_tis_mmio_write()
|
H A D | tpm_spapr.c | 102 .in_len = MIN(tpm_cmd_get_size(s->buffer), s->be_buffer_size), in tpm_spapr_tpm_send() 244 len = MIN(tpm_cmd_get_size(s->buffer), s->be_buffer_size); in tpm_spapr_request_completed()
|
H A D | tpm_crb.c | 150 .in_len = MIN(tpm_cmd_get_size(mem), s->be_buffer_size), in tpm_crb_mmio_write()
|