Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcrypto.c234 static void crypto_task_invoke(void *ctx, int pending);
1437 TASK_INIT(&crp->crp_task, 0, crypto_task_invoke, crp); in crypto_dispatch()
1658 crypto_task_invoke(void *ctx, int pending) in crypto_task_invoke() function