Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A 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()
468 * @retry_support: whether hardware has support for retry mechanism
482 bool retry_support, in crypto_engine_alloc_init_and_set()
500 engine->retry_support = retry_support; in crypto_engine_alloc_init_and_set()
481 crypto_engine_alloc_init_and_set(struct device *dev, bool retry_support, int (*cbk_do_batch)(struct crypto_engine *engine), bool rt, int qlen) crypto_engine_alloc_init_and_set() argument
[all...]
/kernel/linux/linux-6.6/crypto/
H A 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()
474 * @retry_support: whether hardware has support for retry mechanism
488 bool retry_support, in crypto_engine_alloc_init_and_set()
506 engine->retry_support = retry_support; in crypto_engine_alloc_init_and_set()
512 engine->do_batch_requests = retry_support in crypto_engine_alloc_init_and_set()
487 crypto_engine_alloc_init_and_set(struct device *dev, bool retry_support, int (*cbk_do_batch)(struct crypto_engine *engine), bool rt, int qlen) crypto_engine_alloc_init_and_set() argument
[all...]
/kernel/linux/linux-5.10/include/crypto/
H A Dengine.h27 * @retry_support: indication that the hardware allows re-execution
53 bool retry_support; member
113 bool retry_support,
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dengine.h27 * @retry_support: indication that the hardware allows re-execution
53 bool retry_support; member
/kernel/linux/linux-6.6/include/crypto/
H A Dengine.h78 bool retry_support,
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaampkc.c390 if (ret == -ENOSPC && engine->retry_support) in akcipher_do_one_req()
H A Dcaamalg.c1552 if (ret == -ENOSPC && engine->retry_support) in aead_do_one_req()
1789 if (ret == -ENOSPC && engine->retry_support) in skcipher_do_one_req()
H A Dcaamhash.c772 if (ret == -ENOSPC && engine->retry_support) in ahash_do_one_req()

Completed in 12 milliseconds