Home
last modified time | relevance | path

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

/freebsd-13.1/sys/opencrypto/
H A Dcrypto.c238 static void crypto_task_invoke(void *ctx, int pending);
1485 TASK_INIT(&crp->crp_task, 0, crypto_task_invoke, crp); in crypto_dispatch()
1706 crypto_task_invoke(void *ctx, int pending) in crypto_task_invoke() function