Searched refs:crypto_task_invoke (Results 1 – 1 of 1) sorted by relevance
220 static void crypto_task_invoke(void *ctx, int pending);1472 TASK_INIT(&crp->crp_task, 0, crypto_task_invoke, crp); in crypto_dispatch_async()1503 crypto_task_invoke(void *ctx, int pending) in crypto_task_invoke() function