Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dcrypto.c216 static void crypto_task_invoke(void *ctx, int pending);
1468 TASK_INIT(&crp->crp_task, 0, crypto_task_invoke, crp); in crypto_dispatch_async()
1499 crypto_task_invoke(void *ctx, int pending) in crypto_task_invoke() function