Home
last modified time | relevance | path

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

/freebsd/sys/dev/tpm/
H A Dtpm.c185 int tpm_legacy_write(struct tpm_softc *, void *, int);
230 sc->sc_write = tpm_legacy_write; in tpm_attach()
1087 tpm_legacy_write(struct tpm_softc *sc, void *buf, int len) in tpm_legacy_write() function