Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dtpm_util.h69 void tpm_util_show_buffer(const unsigned char *buffer,
/openbmc/qemu/hw/tpm/
H A Dtpm_spapr.c96 tpm_util_show_buffer(s->buffer, s->be_buffer_size, "To TPM"); in tpm_spapr_tpm_send()
256 tpm_util_show_buffer(s->buffer, len, "From TPM"); in tpm_spapr_request_completed()
H A Dtpm_tis_common.c88 tpm_util_show_buffer(s->buffer, s->be_buffer_size, "To TPM"); in tpm_tis_tpm_send()
254 tpm_util_show_buffer(s->buffer, s->be_buffer_size, "From TPM"); in tpm_tis_request_completed()
/openbmc/qemu/backends/tpm/
H A Dtpm_util.c336 void tpm_util_show_buffer(const unsigned char *buffer, in tpm_util_show_buffer() function