Home
last modified time | relevance | path

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

/freebsd/sys/dev/tpm/
H A Dtpm_tis_core.c85 static bool tpmtis_write_bytes(struct tpm_sc *sc, size_t count, uint8_t *buf);
298 tpmtis_write_bytes(struct tpm_sc *sc, size_t count, uint8_t *buf) in tpmtis_write_bytes() function
400 if (!tpmtis_write_bytes(sc, length, sc->buf)) { in tpmtis_transmit()
H A Dtpm_tis.c