Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dengine.h64 int (*do_batch_requests)(struct crypto_engine *engine); member
/openbmc/linux/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()