Home
last modified time | relevance | path

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

/dragonfly/sys/dev/crypto/tpm/
H A Dtpm.c177 int tpm_getburst(struct tpm_softc *);
441 tpm_getburst(struct tpm_softc *sc) in tpm_getburst() function
783 bcnt = tpm_getburst(sc); in tpm_tis12_read()
822 for (r = tpm_getburst(sc); r > 0 && cnt < len - 1; r--) { in tpm_tis12_write()