Home
last modified time | relevance | path

Searched refs:crypto_invoke (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/sys/opencrypto/
HDcrypto.c215 static int crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint);
1432 result = crypto_invoke(cap, crp, hint); in crypto_dispatch_one()
1516 result = crypto_invoke(cap, crp, 0); in crypto_task_invoke()
1525 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) in crypto_invoke() function
1823 result = crypto_invoke(cap, submit, hint); in crypto_dispatch_thread()