Lines Matching refs:cryptop
154 static TAILQ_HEAD(cryptop_q ,cryptop) crp_q; /* request queues */
177 TAILQ_HEAD(,cryptop) crp_ordered_ret_q; /* ordered callback queue for symetric jobs */
178 TAILQ_HEAD(,cryptop) crp_ret_q; /* callback queue for symetric jobs */
236 static int crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint);
239 static void crypto_batch_enqueue(struct cryptop *crp);
337 sizeof(struct cryptop), NULL, NULL, NULL, NULL, in crypto_init()
1313 crp_sanity(struct cryptop *crp) in crp_sanity()
1461 crypto_dispatch(struct cryptop *crp) in crypto_dispatch()
1512 crypto_batch_enqueue(struct cryptop *crp) in crypto_batch_enqueue()
1709 struct cryptop *crp; in crypto_task_invoke()
1712 crp = (struct cryptop *)ctx; in crypto_task_invoke()
1723 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) in crypto_invoke()
1783 crypto_destroyreq(struct cryptop *crp) in crypto_destroyreq()
1787 struct cryptop *crp2; in crypto_destroyreq()
1812 crypto_freereq(struct cryptop *crp) in crypto_freereq()
1822 _crypto_initreq(struct cryptop *crp, crypto_session_t cses) in _crypto_initreq()
1828 crypto_initreq(struct cryptop *crp, crypto_session_t cses) in crypto_initreq()
1834 struct cryptop *
1837 struct cryptop *crp; in crypto_getreq()
1850 crypto_done(struct cryptop *crp) in crypto_done()
1887 struct cryptop *tmp; in crypto_done()
1998 struct cryptop *crp, *submit; in crypto_dispatch_thread()
2147 struct cryptop *crpt; in crypto_ret_thread()
2231 struct cryptop *crp; in DB_SHOW_COMMAND()