tpmtis_read_bytes
if (!tpmtis_read_bytes(sc, TPM_HEADER_SIZE, priv->buf)) {
if (!tpmtis_read_bytes(sc, bytes_available - TPM_HEADER_SIZE,
static bool tpmtis_read_bytes(struct tpm_sc *sc, size_t count, uint8_t *buf);