Searched refs:xlp_sec_softc (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/mips/nlm/dev/sec/ |
| H A D | nlmseclib.h | 122 struct xlp_sec_softc { struct 138 int nlm_crypto_do_cipher(struct xlp_sec_softc *sc, argument 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 D | nlmsec.c | 75 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) in xlp_sec_init() 254 struct xlp_sec_softc *sc = NULL; in nlm_xlpsec_msgring_handler() 261 sc = (struct xlp_sec_softc *)data; in nlm_xlpsec_msgring_handler() 310 struct xlp_sec_softc *sc; in xlp_sec_probe() 326 struct xlp_sec_softc *sc = device_get_softc(dev); in xlp_sec_attach() 454 xlp_copyiv(struct xlp_sec_softc *sc, struct xlp_sec_command *cmd, in xlp_copyiv() 567 struct xlp_sec_softc *sc = device_get_softc(dev); in xlp_sec_process()
|
| H A D | nlmseclib.c | 62 nlm_crypto_complete_sec_request(struct xlp_sec_softc *sc, in nlm_crypto_complete_sec_request() 167 nlm_crypto_do_cipher(struct xlp_sec_softc *sc, struct xlp_sec_command *cmd, in nlm_crypto_do_cipher() 191 nlm_crypto_do_digest(struct xlp_sec_softc *sc, struct xlp_sec_command *cmd, in nlm_crypto_do_digest() 217 nlm_crypto_do_cipher_digest(struct xlp_sec_softc *sc, in nlm_crypto_do_cipher_digest()
|