Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_tpm_proxy.c21 #define TPM_SPAPR_BUFSIZE 4096 macro
44 uint8_t buf_in[TPM_SPAPR_BUFSIZE]; in tpm_execute()
45 uint8_t buf_out[TPM_SPAPR_BUFSIZE]; in tpm_execute()
50 if (data_in_size > TPM_SPAPR_BUFSIZE) { in tpm_execute()
56 if (data_out_size < TPM_SPAPR_BUFSIZE) { in tpm_execute()