Home
last modified time | relevance | path

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

/Linux-v5.15/crypto/
Dcrypto_engine.c38 if (!engine->retry_support) { in crypto_finalize_request()
47 if (finalize_req || engine->retry_support) { in crypto_finalize_request()
82 if (!engine->retry_support && engine->cur_req) in crypto_pump_requests()
128 if (!engine->retry_support) in crypto_pump_requests()
175 if (!engine->retry_support || in crypto_pump_requests()
220 if (engine->retry_support) { in crypto_pump_requests()
482 bool retry_support, in crypto_engine_alloc_init_and_set() argument
500 engine->retry_support = retry_support; in crypto_engine_alloc_init_and_set()
506 engine->do_batch_requests = retry_support ? cbk_do_batch : NULL; in crypto_engine_alloc_init_and_set()
/Linux-v5.15/include/crypto/
Dengine.h53 bool retry_support; member
113 bool retry_support,