Lines Matching defs:engine
79 static int sun8i_ce_cipher_prepare(struct crypto_engine *engine, void *async_req)
273 static int sun8i_ce_cipher_run(struct crypto_engine *engine, void *areq)
285 crypto_finalize_skcipher_request(engine, breq, err);
290 static int sun8i_ce_cipher_unprepare(struct crypto_engine *engine, void *async_req)
341 struct crypto_engine *engine;
350 engine = op->ce->chanlist[e].engine;
352 return crypto_transfer_skcipher_request_to_engine(engine, areq);
360 struct crypto_engine *engine;
369 engine = op->ce->chanlist[e].engine;
371 return crypto_transfer_skcipher_request_to_engine(engine, areq);