Lines Matching defs:engine
261 int meson_handle_cipher_request(struct crypto_engine *engine, void *areq)
268 crypto_finalize_skcipher_request(engine, breq, err);
279 struct crypto_engine *engine;
286 engine = op->mc->chanlist[e].engine;
289 return crypto_transfer_skcipher_request_to_engine(engine, areq);
297 struct crypto_engine *engine;
304 engine = op->mc->chanlist[e].engine;
307 return crypto_transfer_skcipher_request_to_engine(engine, areq);