HomeSort by: relevance | last modified time | path
    Searched refs:cryptop (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/opencrypto/
cryptodev.h 458 struct cryptop { struct
459 TAILQ_ENTRY(cryptop) crp_next;
497 void (*crp_callback)(struct cryptop *); /*
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);
cryptosoft.h 59 int swcr_authcompute(struct cryptop *crp, struct cryptodesc *crd,
crypto.c 105 TAILQ_HEAD(crypto_crp_q, cryptop);
158 * but have two to avoid type futzing (cryptop vs. cryptkop). See below
161 TAILQ_HEAD(crypto_crp_ret_q, cryptop);
505 static int crypto_invoke(struct cryptop *crp, int hint);
558 cryptop_cache = pool_cache_init(sizeof(struct cryptop),
559 coherency_unit, 0, 0, "cryptop", NULL, IPL_NET, NULL, NULL, NULL);
1106 int (*process)(void *, struct cryptop *, int),
1242 * the driver is now ready for cryptop's and/or cryptokop's.
1277 crypto_dispatch(struct cryptop *crp)
1361 * driver ``blocked'' for cryptop's and pu
    [all...]
cryptodev.c 132 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;
712 cryptodev_cb(struct cryptop *crp)
724 cryptodev_mcb(struct cryptop *crp)
1078 struct cryptop *crp = NULL;
1738 struct cryptop *crp = NULL;
1746 TAILQ_HEAD(, cryptop) crp_delfree_q =
1884 struct cryptop *crp = NULL, *cnext
    [all...]
cryptosoft.c 75 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,
563 swcr_combined(struct cryptop *crp, int outtype)
1141 swcr_process(void *arg, struct cryptop *crp, int hint)
  /src/sys/arch/x86/x86/
via_padlock.c 65 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,
371 via_padlock_crypto_encdec(struct cryptop *crp, struct cryptodesc *crd,
454 via_padlock_crypto_process(void *arg, struct cryptop *crp, int hint)
  /src/sys/netipsec/
xform_ipcomp.c 78 static void ipcomp_input_cb(struct cryptop *crp);
79 static void ipcomp_output_cb(struct cryptop *crp);
143 struct cryptop *crp;
241 ipcomp_input_cb(struct cryptop *crp)
362 struct cryptop *crp;
508 ipcomp_output_cb(struct cryptop *crp)
xform_ah.c 111 static void ah_input_cb(struct cryptop *);
112 static void ah_output_cb(struct cryptop *);
532 struct cryptop *crp = NULL;
728 ah_input_cb(struct cryptop *crp)
889 struct cryptop *crp;
1127 ah_output_cb(struct cryptop *crp)
xform_esp.c 93 static void esp_input_cb(struct cryptop *op);
94 static void esp_output_cb(struct cryptop *crp);
309 struct cryptop *crp;
509 esp_input_cb(struct cryptop *crp)
693 struct cryptop *crp;
943 esp_output_cb(struct cryptop *crp)
  /src/sys/dev/pci/
ubsecvar.h 152 struct cryptop *q_crp;
hifn7751var.h 282 struct cryptop *crp;
hifn7751.c 109 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)
2164 hifn_process(void *arg, struct cryptop *crp, int hint)
2426 struct cryptop *crp;
2496 struct cryptop *crp = cmd->crp;
2604 hifn_compression(struct hifn_softc *sc, struct cryptop *crp,
2818 struct cryptop *crp = cmd->crp;
ubsec.c 103 static int ubsec_process(void*, struct cryptop *, int hint);
1138 ubsec_process(void *arg, struct cryptop *crp, int hint)
1784 struct cryptop *crp = (struct cryptop *)q->q_crp;
2279 struct cryptop *crp;
2293 crp = (struct cryptop *)q2->q_crp;
2310 crp = (struct cryptop *)q->q_crp;
  /src/sys/dev/marvell/
mvxpsecvar.h 280 struct cryptop *crp;
479 extern int mvxpsec_dispatch(void *, struct cryptop *, int);
mvcesa.c 84 static int mvcesa_process(void *, struct cryptop *, int);
344 mvcesa_process(void *arg, struct cryptop *crp, int hint)
mvxpsec.c 212 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)
2205 mvxpsec_drop(struct mvxpsec_softc *sc, struct cryptop *crp,
2290 * process opencrypto operations(cryptop) for packets.
2413 struct cryptop *crp = mv_p->crp;
2431 mvxpsec_packet_setcrp(struct mvxpsec_packet *mv_p, struct cryptop *crp)
  /src/sys/arch/i386/pci/
glxsb.c 182 int glxsb_crypto_process(void *, struct cryptop *, int);
440 glxsb_crypto_process(void *aux, struct cryptop *crp, int hint)
  /src/sys/dev/pci/qat/
qat.c 340 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,
1577 qat_crypto_load_iv(struct qat_sym_cookie *qsc, struct cryptop *crp,
1620 qat_crypto_process(void *arg, struct cryptop *crp, int hint)
2071 struct cryptop *crp;
  /src/sys/arch/arm/sunxi/
sun8i_crypto.c 254 static int sun8i_crypto_process(void *, struct cryptop *, int);
314 "struct cryptop *"/*crp*/,
318 "struct cryptop *"/*crp*/,
322 "struct cryptop *"/*crp*/,
327 "struct cryptop *"/*crp*/,
2110 sun8i_crypto_process(void *cookie, struct cryptop *crp, int hint)
2529 struct cryptop *crp = cookie;

Completed in 30 milliseconds