Lines Matching refs:complete
177 backlog->complete(backlog, -EINPROGRESS); in mcryptd_queue_worker()
178 req->complete(req, 0); in mcryptd_queue_worker()
315 crypto_completion_t complete) in mcryptd_hash_enqueue() argument
324 rctx->complete = req->base.complete; in mcryptd_hash_enqueue()
325 req->base.complete = complete; in mcryptd_hash_enqueue()
345 rctx->complete, req_async); in mcryptd_hash_init()
352 rctx->complete(&req->base, err); in mcryptd_hash_init()
372 req->base.complete = rctx->complete; in mcryptd_hash_update()
379 rctx->complete(&req->base, err); in mcryptd_hash_update()
399 req->base.complete = rctx->complete; in mcryptd_hash_final()
406 rctx->complete(&req->base, err); in mcryptd_hash_final()
426 req->base.complete = rctx->complete; in mcryptd_hash_finup()
433 rctx->complete(&req->base, err); in mcryptd_hash_finup()
455 rctx->complete, req_async); in mcryptd_hash_digest()
462 rctx->complete(&req->base, err); in mcryptd_hash_digest()