Home
last modified time | relevance | path

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

/openbmc/qemu/backends/tpm/
H A Dtpm_util.c90 if (out_len >= sizeof(struct tpm_resp_hdr)) { in tpm_util_write_fatal_error_response()
92 tpm_cmd_set_size(out, sizeof(struct tpm_resp_hdr)); in tpm_util_write_fatal_error_response()
133 if (n < sizeof(struct tpm_resp_hdr)) { in tpm_util_request()
243 struct tpm_resp_hdr hdr; in tpm_util_get_buffer_size()
287 struct tpm_resp_hdr hdr; in tpm_util_get_buffer_size()
H A Dtpm_int.h31 struct tpm_resp_hdr { struct
H A Dtpm_passthrough.c108 } else if (ret < sizeof(struct tpm_resp_hdr) || in tpm_passthrough_unix_tx_bufs()
115 if (is_selftest && (ret >= sizeof(struct tpm_resp_hdr))) { in tpm_passthrough_unix_tx_bufs()
H A Dtpm_emulator.c174 sizeof(struct tpm_resp_hdr), errp); in tpm_emulator_unix_tx_bufs()
180 (char *)out + sizeof(struct tpm_resp_hdr), in tpm_emulator_unix_tx_bufs()
181 tpm_cmd_get_size(out) - sizeof(struct tpm_resp_hdr), errp); in tpm_emulator_unix_tx_bufs()