Home
last modified time | relevance | path

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

/netbsd/sys/opencrypto/
H A Dcryptodev.h458 struct cryptop { struct
459 TAILQ_ENTRY(cryptop) crp_next;
497 void (*crp_callback)(struct cryptop *); /* argument
588 int (*cc_process) (void*, struct cryptop *, int);
616 int (*process)(void*, struct cryptop *, int),
623 extern void crypto_dispatch(struct cryptop *crp);
628 extern void crypto_done(struct cryptop *crp);
637 extern void crypto_freereq(struct cryptop *crp);
638 extern struct cryptop *crypto_getreq(int num);
H A Dcrypto.c105 TAILQ_HEAD(crypto_crp_q, cryptop);
161 TAILQ_HEAD(crypto_crp_ret_q, cryptop);
1277 crypto_dispatch(struct cryptop *crp) in crypto_dispatch()
1522 crypto_invoke(struct cryptop *crp, int hint) in crypto_invoke()
1570 crypto_freereq(struct cryptop *crp) in crypto_freereq()
1593 struct cryptop *
1597 struct cryptop *crp; in crypto_getreq()
1619 memset(crp, 0, sizeof(struct cryptop)); in crypto_getreq()
1695 crypto_done(struct cryptop *crp) in crypto_done()
1799 struct cryptop *crp, *submit, *cnext; in cryptointr()
[all …]
H A Dcryptosoft.h59 int swcr_authcompute(struct cryptop *crp, struct cryptodesc *crd,
H A Dcryptodev.c132 TAILQ_HEAD(crprethead, cryptop) crp_ret_mq;
191 static void cryptodev_cb(struct cryptop *);
194 static void cryptodev_mcb(struct cryptop *);
456 struct cryptop *crp = NULL; in cryptodev_op()
712 cryptodev_cb(struct cryptop *crp) in cryptodev_cb()
724 cryptodev_mcb(struct cryptop *crp) in cryptodev_mcb()
1078 struct cryptop *crp = NULL; in cryptodev_mop()
1738 struct cryptop *crp = NULL; in cryptodev_getmstatus()
1746 TAILQ_HEAD(, cryptop) crp_delfree_q = in cryptodev_getmstatus()
1884 struct cryptop *crp = NULL, *cnext; in cryptodev_getstatus()
H A Dcryptosoft.c75 static int swcr_combined(struct cryptop *, int);
76 static int swcr_process(void *, struct cryptop *, int);
465 swcr_authcompute(struct cryptop *crp, struct cryptodesc *crd, in swcr_authcompute()
563 swcr_combined(struct cryptop *crp, int outtype) in swcr_combined()
1141 swcr_process(void *arg, struct cryptop *crp, int hint) in swcr_process()
/netbsd/sys/arch/x86/x86/
H A Dvia_padlock.c65 int via_padlock_crypto_process(void *, struct cryptop *, int);
66 int via_padlock_crypto_swauth(struct cryptop *, struct cryptodesc *,
68 int via_padlock_crypto_encdec(struct cryptop *, struct cryptodesc *,
357 via_padlock_crypto_swauth(struct cryptop *crp, struct cryptodesc *crd, in via_padlock_crypto_swauth()
371 via_padlock_crypto_encdec(struct cryptop *crp, struct cryptodesc *crd, in via_padlock_crypto_encdec()
454 via_padlock_crypto_process(void *arg, struct cryptop *crp, int hint) in via_padlock_crypto_process()
/netbsd/sys/netipsec/
H A Dxform_ipcomp.c78 static void ipcomp_input_cb(struct cryptop *crp);
79 static void ipcomp_output_cb(struct cryptop *crp);
143 struct cryptop *crp; in ipcomp_input()
241 ipcomp_input_cb(struct cryptop *crp) in ipcomp_input_cb()
363 struct cryptop *crp; in ipcomp_output()
510 ipcomp_output_cb(struct cryptop *crp) in ipcomp_output_cb()
H A Dxform_esp.c93 static void esp_input_cb(struct cryptop *op);
94 static void esp_output_cb(struct cryptop *crp);
309 struct cryptop *crp; in esp_input()
509 esp_input_cb(struct cryptop *crp) in esp_input_cb()
694 struct cryptop *crp; in esp_output()
945 esp_output_cb(struct cryptop *crp) in esp_output_cb()
H A Dxform_ah.c111 static void ah_input_cb(struct cryptop *);
112 static void ah_output_cb(struct cryptop *);
532 struct cryptop *crp = NULL; in ah_input()
729 ah_input_cb(struct cryptop *crp) in ah_input_cb()
891 struct cryptop *crp; in ah_output()
1130 ah_output_cb(struct cryptop *crp) in ah_output_cb()
/netbsd/sys/dev/marvell/
H A Dmvxpsecvar.h280 struct cryptop *crp;
479 extern int mvxpsec_dispatch(void *, struct cryptop *, int);
H A Dmvcesa.c84 static int mvcesa_process(void *, struct cryptop *, int);
344 mvcesa_process(void *arg, struct cryptop *crp, int hint) in mvcesa_process()
H A Dmvxpsec.c212 INLINE void mvxpsec_drop(struct mvxpsec_softc *, struct cryptop *, struct mvxpsec_packet *, int);
220 INLINE int mvxpsec_packet_setcrp(struct mvxpsec_packet *, struct cryptop *);
2065 mvxpsec_dispatch(void *arg, struct cryptop *crp, int hint) in mvxpsec_dispatch()
2205 mvxpsec_drop(struct mvxpsec_softc *sc, struct cryptop *crp, in mvxpsec_drop()
2413 struct cryptop *crp = mv_p->crp; in mvxpsec_parse_crp()
2431 mvxpsec_packet_setcrp(struct mvxpsec_packet *mv_p, struct cryptop *crp) in mvxpsec_packet_setcrp()
/netbsd/sys/dev/pci/
H A Dubsecvar.h152 struct cryptop *q_crp;
H A Dhifn7751.c109 static int hifn_process(void*, struct cryptop *, int);
113 struct cryptop*, int);
131 static void hifn_compression(struct hifn_softc *, struct cryptop *,
1655 struct cryptop *crp, int hint) in hifn_crypto()
2164 hifn_process(void *arg, struct cryptop *crp, int hint) in hifn_process()
2426 struct cryptop *crp; in hifn_abort()
2496 struct cryptop *crp = cmd->crp; in hifn_callback()
2604 hifn_compression(struct hifn_softc *sc, struct cryptop *crp, in hifn_compression()
2818 struct cryptop *crp = cmd->crp; in hifn_callback_comp()
H A Dhifn7751var.h282 struct cryptop *crp;
H A Dubsec.c103 static int ubsec_process(void*, struct cryptop *, int hint);
1138 ubsec_process(void *arg, struct cryptop *crp, int hint) in ubsec_process()
1784 struct cryptop *crp = (struct cryptop *)q->q_crp; in ubsec_callback()
2279 struct cryptop *crp; in ubsec_free_q()
2293 crp = (struct cryptop *)q2->q_crp; in ubsec_free_q()
2310 crp = (struct cryptop *)q->q_crp; in ubsec_free_q()
/netbsd/sys/dev/pci/qat/
H A Dqat.c340 int qat_crypto_load_buf(struct qat_softc *, struct cryptop *,
343 int qat_crypto_load_iv(struct qat_sym_cookie *, struct cryptop *,
345 int qat_crypto_process(void *, struct cryptop *, int);
1494 qat_crypto_load_buf(struct qat_softc *sc, struct cryptop *crp, in qat_crypto_load_buf()
1577 qat_crypto_load_iv(struct qat_sym_cookie *qsc, struct cryptop *crp, in qat_crypto_load_iv()
1620 qat_crypto_process(void *arg, struct cryptop *crp, int hint) in qat_crypto_process()
2071 struct cryptop *crp; in qat_crypto_sym_rxintr()
/netbsd/sys/arch/i386/pci/
H A Dglxsb.c182 int glxsb_crypto_process(void *, struct cryptop *, int);
440 glxsb_crypto_process(void *aux, struct cryptop *crp, int hint) in glxsb_crypto_process()
/netbsd/sys/arch/arm/sunxi/
H A Dsun8i_crypto.c254 static int sun8i_crypto_process(void *, struct cryptop *, int);
2110 sun8i_crypto_process(void *cookie, struct cryptop *crp, int hint) in sun8i_crypto_process()
2529 struct cryptop *crp = cookie; in sun8i_crypto_callback()