Searched refs:retry_support (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | crypto_engine.c | 38 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 D | crypto_engine.c | 50 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 D | engine.h | 27 * @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 D | engine.h | 27 * @retry_support: indication that the hardware allows re-execution 53 bool retry_support; member
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | engine.h | 78 bool retry_support,
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caampkc.c | 390 if (ret == -ENOSPC && engine->retry_support) in akcipher_do_one_req()
|
H A D | caamalg.c | 1552 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 D | caamhash.c | 772 if (ret == -ENOSPC && engine->retry_support) in ahash_do_one_req()
|
Completed in 12 milliseconds