Lines Matching refs:cryptop
150 static TAILQ_HEAD(cryptop_q ,cryptop) crp_q; /* request queues */
173 TAILQ_HEAD(,cryptop) crp_ordered_ret_q; /* ordered callback queue for symetric jobs */
174 TAILQ_HEAD(,cryptop) crp_ret_q; /* callback queue for symetric jobs */
232 static int crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint);
235 static void crypto_batch_enqueue(struct cryptop *crp);
333 sizeof(struct cryptop), NULL, NULL, NULL, NULL, in crypto_init()
1261 crp_sanity(struct cryptop *crp) in crp_sanity()
1413 crypto_dispatch(struct cryptop *crp) in crypto_dispatch()
1464 crypto_batch_enqueue(struct cryptop *crp) in crypto_batch_enqueue()
1661 struct cryptop *crp; in crypto_task_invoke()
1664 crp = (struct cryptop *)ctx; in crypto_task_invoke()
1675 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) in crypto_invoke()
1735 crypto_destroyreq(struct cryptop *crp) in crypto_destroyreq()
1739 struct cryptop *crp2; in crypto_destroyreq()
1764 crypto_freereq(struct cryptop *crp) in crypto_freereq()
1774 _crypto_initreq(struct cryptop *crp, crypto_session_t cses) in _crypto_initreq()
1780 crypto_initreq(struct cryptop *crp, crypto_session_t cses) in crypto_initreq()
1786 struct cryptop *
1789 struct cryptop *crp; in crypto_getreq()
1802 crypto_done(struct cryptop *crp) in crypto_done()
1839 struct cryptop *tmp; in crypto_done()
1950 struct cryptop *crp, *submit; in crypto_proc()
2098 struct cryptop *crpt; in crypto_ret_proc()
2182 struct cryptop *crp; in DB_SHOW_COMMAND()