Lines Matching defs:engine
61 #include <crypto/internal/engine.h>
1003 * by CAAM, not crypto engine.
1008 crypto_finalize_aead_request(jrp->engine, req, ecode);
1060 * by CAAM, not crypto engine.
1065 crypto_finalize_skcipher_request(jrp->engine, req, ecode);
1454 * Only the backlog request are sent to crypto-engine since the others
1456 * entries (more than the 10 entries from crypto-engine).
1459 ret = crypto_transfer_aead_request_to_engine(jrpriv->engine,
1540 static int aead_do_one_req(struct crypto_engine *engine, void *areq)
1552 if (ret == -ENOSPC && engine->retry_support)
1777 static int skcipher_do_one_req(struct crypto_engine *engine, void *areq)
1789 if (ret == -ENOSPC && engine->retry_support)
1859 * Only the backlog request are sent to crypto-engine since the others
1861 * entries (more than the 10 entries from crypto-engine).
1864 ret = crypto_transfer_skcipher_request_to_engine(jrpriv->engine,