Home
last modified time | relevance | path

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

/f-stack/freebsd/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); argument
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) in nlm_crypto_complete_sec_request()
95 nlm_crypto_form_srcdst_segs(struct xlp_sec_command *cmd, in nlm_crypto_form_srcdst_segs()
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()
218 struct xlp_sec_command *cmd, const struct crypto_session_params *csp) in nlm_crypto_do_cipher_digest()
250 nlm_get_digest_param(struct xlp_sec_command *cmd, in nlm_get_digest_param()
269 nlm_get_cipher_param(struct xlp_sec_command *cmd, in nlm_get_cipher_param()
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) in print_crypto_params()
204 print_cmd(struct xlp_sec_command *cmd) in print_cmd()
253 struct xlp_sec_command *cmd = NULL; in nlm_xlpsec_msgring_handler()
266 cmd = (struct xlp_sec_command *)(uintptr_t)msg->msg[0]; in nlm_xlpsec_msgring_handler()
454 xlp_copyiv(struct xlp_sec_softc *sc, struct xlp_sec_command *cmd, in xlp_copyiv()
549 xlp_free_cmd_params(struct xlp_sec_command *cmd) in xlp_free_cmd_params()
569 struct xlp_sec_command *cmd = NULL; in xlp_sec_process()
[all …]