Home
last modified time | relevance | path

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

/src/sys/dev/tpm/
H A Dtpm_tis_core.c85 static bool tpmtis_write_bytes(struct tpm_sc *sc, size_t count, uint8_t *buf);
305 tpmtis_write_bytes(struct tpm_sc *sc, size_t count, uint8_t *buf) in tpmtis_write_bytes() function
407 if (!tpmtis_write_bytes(sc, length, priv->buf)) { in tpmtis_transmit()