Home
last modified time | relevance | path

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

/crypto/
Dcrypto_engine.c38 if (!engine->retry_support) { in crypto_finalize_request()
47 if (finalize_req || engine->retry_support) { in crypto_finalize_request()
83 if (!engine->retry_support && engine->cur_req) in crypto_pump_requests()
129 if (!engine->retry_support) in crypto_pump_requests()
173 if (!engine->retry_support || in crypto_pump_requests()
221 if (engine->retry_support) { in crypto_pump_requests()
483 bool retry_support, in crypto_engine_alloc_init_and_set() argument
501 engine->retry_support = retry_support; in crypto_engine_alloc_init_and_set()
507 engine->do_batch_requests = retry_support ? cbk_do_batch : NULL; in crypto_engine_alloc_init_and_set()