Lines Matching refs:cryptop
105 TAILQ_HEAD(crypto_crp_q, cryptop);
161 TAILQ_HEAD(crypto_crp_ret_q, cryptop);
505 static int crypto_invoke(struct cryptop *crp, int hint);
558 cryptop_cache = pool_cache_init(sizeof(struct cryptop), in crypto_init0()
1106 int (*process)(void *, struct cryptop *, int), in crypto_register() argument
1277 crypto_dispatch(struct cryptop *crp) in crypto_dispatch()
1522 crypto_invoke(struct cryptop *crp, int hint) in crypto_invoke()
1539 int (*process)(void *, struct cryptop *, int); in crypto_invoke()
1570 crypto_freereq(struct cryptop *crp) in crypto_freereq()
1593 struct cryptop *
1597 struct cryptop *crp; in crypto_getreq()
1619 memset(crp, 0, sizeof(struct cryptop)); in crypto_getreq()
1695 crypto_done(struct cryptop *crp) in crypto_done()
1799 struct cryptop *crp, *submit, *cnext; in cryptointr()
1957 struct cryptop *crp; in cryptoret_softint()