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

/freebsd-13-stable/sys/mips/nlm/dev/sec/
H A Dnlmseclib.h91 struct xlp_sec_command { struct
133 void print_crypto_params(struct xlp_sec_command *cmd, struct nlm_fmn_msg m);
134 void print_cmd(struct xlp_sec_command *cmd);
136 int nlm_crypto_form_srcdst_segs(struct xlp_sec_command *cmd,
139 struct xlp_sec_command *cmd,
142 struct xlp_sec_command *cmd,
145 struct xlp_sec_command *cmd,
147 int nlm_get_digest_param(struct xlp_sec_command *cmd,
149 int nlm_get_cipher_param(struct xlp_sec_command *cmd,
H A Dnlmseclib.c63 struct xlp_sec_command *cmd)
95 nlm_crypto_form_srcdst_segs(struct xlp_sec_command *cmd,
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,
218 struct xlp_sec_command *cmd, const struct crypto_session_params *csp)
250 nlm_get_digest_param(struct xlp_sec_command *cmd,
269 nlm_get_cipher_param(struct xlp_sec_command *cmd,
H A Dnlmsec.c81 static void xlp_copyiv(struct xlp_sec_softc *, struct xlp_sec_command *,
84 static int xlp_alloc_cmd_params(struct xlp_sec_command *, unsigned int);
85 static void xlp_free_cmd_params(struct xlp_sec_command *);
129 print_crypto_params(struct xlp_sec_command *cmd, struct nlm_fmn_msg m)
204 print_cmd(struct xlp_sec_command *cmd)
253 struct xlp_sec_command *cmd = NULL;
266 cmd = (struct xlp_sec_command *)(uintptr_t)msg->msg[0];
454 xlp_copyiv(struct xlp_sec_softc *sc, struct xlp_sec_command *cmd,
507 xlp_alloc_cmd_params(struct xlp_sec_command *cmd, unsigned int nsegs)
549 xlp_free_cmd_params(struct xlp_sec_command *cm
[all...]

Completed in 96 milliseconds