Lines Matching defs:engine
11 #include <crypto/engine.h>
265 int sl3516_ce_handle_cipher_request(struct crypto_engine *engine, void *areq)
272 crypto_finalize_skcipher_request(engine, breq, err);
283 struct crypto_engine *engine;
291 engine = op->ce->engine;
293 return crypto_transfer_skcipher_request_to_engine(engine, areq);
301 struct crypto_engine *engine;
309 engine = op->ce->engine;
311 return crypto_transfer_skcipher_request_to_engine(engine, areq);