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);
312 sizeof(struct cryptop), NULL, NULL, NULL, NULL, in crypto_init()
1262 crp_sanity(struct cryptop *crp) in crp_sanity()
1413 crypto_dispatch_one(struct cryptop *crp, int hint) in crypto_dispatch_one()
1446 crypto_dispatch(struct cryptop *crp) in crypto_dispatch()
1452 crypto_dispatch_async(struct cryptop *crp, int flags) in crypto_dispatch_async()
1485 struct cryptop *crp; in crypto_dispatch_batch()
1497 crypto_batch_enqueue(struct cryptop *crp) in crypto_batch_enqueue()
1511 struct cryptop *crp; in crypto_task_invoke()
1514 crp = (struct cryptop *)ctx; in crypto_task_invoke()
1525 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) in crypto_invoke()
1592 crypto_destroyreq(struct cryptop *crp) in crypto_destroyreq()
1596 struct cryptop *crp2; in crypto_destroyreq()
1624 crypto_freereq(struct cryptop *crp) in crypto_freereq()
1634 crypto_initreq(struct cryptop *crp, crypto_session_t cses) in crypto_initreq()
1640 struct cryptop *
1643 struct cryptop *crp; in crypto_getreq()
1658 struct cryptop *
1659 crypto_clonereq(struct cryptop *crp, crypto_session_t cses, int how) in crypto_clonereq()
1661 struct cryptop *new; in crypto_clonereq()
1669 __rangeof(struct cryptop, crp_startcopy, crp_endcopy)); in crypto_clonereq()
1677 crypto_done(struct cryptop *crp) in crypto_done()
1713 struct cryptop *tmp; in crypto_done()
1768 struct cryptop *crp, *submit; in crypto_dispatch_thread()
1874 struct cryptop *crpt; in crypto_ret_thread()
1947 struct cryptop *crp; in DB_SHOW_COMMAND_FLAGS()