Home
last modified time | relevance | path

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

/freebsd/sys/dev/tpm/
H A Dtpm.c184 int tpm_legacy_read(struct tpm_softc *, void *, int, size_t *, int);
229 sc->sc_read = tpm_legacy_read; in tpm_attach()
1062 tpm_legacy_read(struct tpm_softc *sc, void *buf, int len, size_t *count, in tpm_legacy_read() function