Home
last modified time | relevance | path

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

/crypto/
A Dcrypto_engine.c73 struct crypto_async_request *async_req, *backlog; in crypto_pump_requests() local
104 async_req = crypto_dequeue_request(&engine->queue); in crypto_pump_requests()
105 if (!async_req) in crypto_pump_requests()
114 engine->cur_req = async_req; in crypto_pump_requests()
121 alg = container_of(async_req->tfm->__crt_alg, in crypto_pump_requests()
124 ret = op->do_one_request(engine, async_req); in crypto_pump_requests()
146 crypto_enqueue_request_head(&engine->queue, async_req); in crypto_pump_requests()
155 crypto_request_complete(async_req, ret); in crypto_pump_requests()

Completed in 4 milliseconds