Searched refs:crypto_invoke (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/opencrypto/ |
| H A D | crypto.c | 236 static int crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint); 1498 result = crypto_invoke(cap, crp, 0); in crypto_dispatch() 1714 result = crypto_invoke(cap, crp, 0); in crypto_task_invoke() 1723 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) in crypto_invoke() function 2057 result = crypto_invoke(cap, submit, hint); in crypto_dispatch_thread()
|