Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dtpm-emu.c53 int minhlen = sizeof(s->tpm_msg->tag) + sizeof(s->tpm_msg->len); in tpm_emu_tpm_thread() local
55 if (!qio_channel_read(ioc, (char *)s->tpm_msg, minhlen, &error_abort)) { in tpm_emu_tpm_thread()
60 g_assert_cmpint(s->tpm_msg->len, >=, minhlen); in tpm_emu_tpm_thread()
64 s->tpm_msg->len - minhlen, &error_abort); in tpm_emu_tpm_thread()