Lines Matching refs:cryptop
148 static TAILQ_HEAD(cryptop_q ,cryptop) crp_q; /* request queues */
168 TAILQ_HEAD(,cryptop) crp_ordered_ret_q; /* ordered callback queue for symetric jobs */
169 TAILQ_HEAD(,cryptop) crp_ret_q; /* callback queue for symetric jobs */
213 static int crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint);
217 static void crypto_batch_enqueue(struct cryptop *crp);
273 cryptop_zone = uma_zcreate("cryptop", sizeof (struct cryptop), in crypto_init()
958 crypto_dispatch(struct cryptop *crp) in crypto_dispatch()
1015 crypto_batch_enqueue(struct cryptop *crp) in crypto_batch_enqueue()
1206 struct cryptop *crp; in crypto_task_invoke()
1209 crp = (struct cryptop *)ctx; in crypto_task_invoke()
1223 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) in crypto_invoke()
1271 crypto_freereq(struct cryptop *crp) in crypto_freereq()
1280 struct cryptop *crp2; in crypto_freereq()
1313 struct cryptop *
1317 struct cryptop *crp; in crypto_getreq()
1339 crypto_done(struct cryptop *crp) in crypto_done()
1392 struct cryptop *tmp; in crypto_done()
1500 struct cryptop *crp, *submit; in crypto_proc()
1653 struct cryptop *crpt; in crypto_ret_proc()
1751 struct cryptop *crp; in DB_SHOW_COMMAND()