Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/
Dcrypto_engine.c50 if (!engine->retry_support) { in crypto_finalize_request()
86 if (!engine->retry_support && engine->cur_req) in crypto_pump_requests()
132 if (!engine->retry_support) in crypto_pump_requests()
170 if (!engine->retry_support || in crypto_pump_requests()
199 if (engine->retry_support) { in crypto_pump_requests()
488 bool retry_support, in crypto_engine_alloc_init_and_set() argument
506 engine->retry_support = retry_support; in crypto_engine_alloc_init_and_set()
512 engine->do_batch_requests = retry_support ? cbk_do_batch : NULL; in crypto_engine_alloc_init_and_set()
/Linux-v6.6/include/crypto/internal/
Dengine.h53 bool retry_support; member
/Linux-v6.6/include/crypto/
Dengine.h78 bool retry_support,
/Linux-v6.6/drivers/crypto/caam/
Dcaampkc.c390 if (ret == -ENOSPC && engine->retry_support) in akcipher_do_one_req()
Dcaamalg.c1551 if (ret == -ENOSPC && engine->retry_support) in aead_do_one_req()
1788 if (ret == -ENOSPC && engine->retry_support) in skcipher_do_one_req()
Dcaamhash.c772 if (ret == -ENOSPC && engine->retry_support) in ahash_do_one_req()