Lines Matching defs:engine
332 int sun8i_ss_handle_cipher_request(struct crypto_engine *engine, void *areq)
339 crypto_finalize_skcipher_request(engine, breq, err);
350 struct crypto_engine *engine;
360 engine = op->ss->flows[e].engine;
363 return crypto_transfer_skcipher_request_to_engine(engine, areq);
371 struct crypto_engine *engine;
381 engine = op->ss->flows[e].engine;
384 return crypto_transfer_skcipher_request_to_engine(engine, areq);