Lines Matching refs:cryptop

140 static	TAILQ_HEAD(cryptop_q ,cryptop) crp_q;		/* request queues */
162 TAILQ_HEAD(,cryptop) crp_ordered_ret_q; /* ordered callback queue for symetric jobs */
163 TAILQ_HEAD(,cryptop) crp_ret_q; /* callback queue for symetric jobs */
215 static int crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint);
217 static void crypto_batch_enqueue(struct cryptop *crp);
305 sizeof(struct cryptop), NULL, NULL, NULL, NULL, in crypto_init()
1255 crp_sanity(struct cryptop *crp) in crp_sanity()
1404 crypto_dispatch_one(struct cryptop *crp, int hint) in crypto_dispatch_one()
1437 crypto_dispatch(struct cryptop *crp) in crypto_dispatch()
1443 crypto_dispatch_async(struct cryptop *crp, int flags) in crypto_dispatch_async()
1476 struct cryptop *crp; in crypto_dispatch_batch()
1488 crypto_batch_enqueue(struct cryptop *crp) in crypto_batch_enqueue()
1502 struct cryptop *crp; in crypto_task_invoke()
1505 crp = (struct cryptop *)ctx; in crypto_task_invoke()
1516 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) in crypto_invoke()
1583 crypto_destroyreq(struct cryptop *crp) in crypto_destroyreq()
1587 struct cryptop *crp2; in crypto_destroyreq()
1615 crypto_freereq(struct cryptop *crp) in crypto_freereq()
1625 crypto_initreq(struct cryptop *crp, crypto_session_t cses) in crypto_initreq()
1631 struct cryptop *
1634 struct cryptop *crp; in crypto_getreq()
1649 struct cryptop *
1650 crypto_clonereq(struct cryptop *crp, crypto_session_t cses, int how) in crypto_clonereq()
1652 struct cryptop *new; in crypto_clonereq()
1659 __rangeof(struct cryptop, crp_startcopy, crp_endcopy)); in crypto_clonereq()
1667 crypto_done(struct cryptop *crp) in crypto_done()
1700 struct cryptop *tmp; in crypto_done()
1755 struct cryptop *crp, *submit; in crypto_dispatch_thread()
1861 struct cryptop *crpt; in crypto_ret_thread()
1934 struct cryptop *crp; in DB_SHOW_COMMAND_FLAGS()