Lines Matching defs:engine
309 static int sun8i_ss_handle_cipher_request(struct crypto_engine *engine, void *areq)
316 crypto_finalize_skcipher_request(engine, breq, err);
327 struct crypto_engine *engine;
337 engine = op->ss->flows[e].engine;
340 return crypto_transfer_skcipher_request_to_engine(engine, areq);
348 struct crypto_engine *engine;
358 engine = op->ss->flows[e].engine;
361 return crypto_transfer_skcipher_request_to_engine(engine, areq);