Home
last modified time | relevance | path

Searched refs:do_batch_requests (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dcrypto_engine.c233 if (engine->do_batch_requests) { in crypto_pump_requests()
234 ret = engine->do_batch_requests(engine); in crypto_pump_requests()
506 engine->do_batch_requests = retry_support ? cbk_do_batch : NULL; in crypto_engine_alloc_init_and_set()
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dengine.h40 * @do_batch_requests: execute a batch of requests. Depends on multiple
64 int (*do_batch_requests)(struct crypto_engine *engine); member
/kernel/linux/linux-5.10/include/crypto/
H A Dengine.h40 * @do_batch_requests: execute a batch of requests. Depends on multiple
64 int (*do_batch_requests)(struct crypto_engine *engine); member
/kernel/linux/linux-6.6/crypto/
H A Dcrypto_engine.c212 if (engine->do_batch_requests) { in crypto_pump_requests()
213 ret = engine->do_batch_requests(engine); in crypto_pump_requests()
512 engine->do_batch_requests = retry_support ? cbk_do_batch : NULL; in crypto_engine_alloc_init_and_set()

Completed in 3 milliseconds