Lines Matching refs:crypto_engine

24 static void crypto_finalize_request(struct crypto_engine *engine,  in crypto_finalize_request()
65 static void crypto_pump_requests(struct crypto_engine *engine, in crypto_pump_requests()
170 struct crypto_engine *engine = in crypto_pump_work()
171 container_of(work, struct crypto_engine, pump_requests); in crypto_pump_work()
181 static int crypto_transfer_request(struct crypto_engine *engine, in crypto_transfer_request()
210 static int crypto_transfer_request_to_engine(struct crypto_engine *engine, in crypto_transfer_request_to_engine()
223 int crypto_transfer_ablkcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_ablkcipher_request_to_engine()
236 int crypto_transfer_aead_request_to_engine(struct crypto_engine *engine, in crypto_transfer_aead_request_to_engine()
249 int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_akcipher_request_to_engine()
262 int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine, in crypto_transfer_hash_request_to_engine()
275 int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_skcipher_request_to_engine()
290 void crypto_finalize_ablkcipher_request(struct crypto_engine *engine, in crypto_finalize_ablkcipher_request()
304 void crypto_finalize_aead_request(struct crypto_engine *engine, in crypto_finalize_aead_request()
318 void crypto_finalize_akcipher_request(struct crypto_engine *engine, in crypto_finalize_akcipher_request()
332 void crypto_finalize_hash_request(struct crypto_engine *engine, in crypto_finalize_hash_request()
346 void crypto_finalize_skcipher_request(struct crypto_engine *engine, in crypto_finalize_skcipher_request()
359 int crypto_engine_start(struct crypto_engine *engine) in crypto_engine_start()
385 int crypto_engine_stop(struct crypto_engine *engine) in crypto_engine_stop()
426 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt) in crypto_engine_alloc_init()
429 struct crypto_engine *engine; in crypto_engine_alloc_init()
473 int crypto_engine_exit(struct crypto_engine *engine) in crypto_engine_exit()