Searched refs:xlp_sec_softc (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/mips/nlm/dev/sec/
H A Dnlmseclib.h122 struct xlp_sec_softc { struct
138 int nlm_crypto_do_cipher(struct xlp_sec_softc *sc,
141 int nlm_crypto_do_digest(struct xlp_sec_softc *sc,
144 int nlm_crypto_do_cipher_digest(struct xlp_sec_softc *sc,
H A Dnlmsec.c75 static int xlp_sec_init(struct xlp_sec_softc *sc);
81 static void xlp_copyiv(struct xlp_sec_softc *, struct xlp_sec_command *,
112 sizeof(struct xlp_sec_softc)
232 xlp_sec_init(struct xlp_sec_softc *sc)
254 struct xlp_sec_softc *sc = NULL;
261 sc = (struct xlp_sec_softc *)data;
310 struct xlp_sec_softc *sc;
326 struct xlp_sec_softc *sc = device_get_softc(dev);
454 xlp_copyiv(struct xlp_sec_softc *sc, struct xlp_sec_command *cmd,
567 struct xlp_sec_softc *s
[all...]
H A Dnlmseclib.c62 nlm_crypto_complete_sec_request(struct xlp_sec_softc *sc,
167 nlm_crypto_do_cipher(struct xlp_sec_softc *sc, struct xlp_sec_command *cmd,
191 nlm_crypto_do_digest(struct xlp_sec_softc *sc, struct xlp_sec_command *cmd,
217 nlm_crypto_do_cipher_digest(struct xlp_sec_softc *sc,

Completed in 107 milliseconds