mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-01-09 05:44:10 +00:00
This patch adds support for partial reads to the CUSE swtpm. We introduce a ptm_read_offset variable that holds the offset where to read from next. It is reset every time a command has been processed as part of a write() so that subsequent read()s start reading from offset 0. It is advanced by the number of bytes that were read. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> |
||
|---|---|---|
| .. | ||
| selinux | ||
| swtpm | ||
| swtpm_bios | ||
| swtpm_cert | ||
| swtpm_ioctl | ||
| swtpm_setup | ||
| Makefile.am | ||