Lines Matching defs:engine

40 static void crypto_finalize_request(struct crypto_engine *engine,  in crypto_finalize_request()
73 static void crypto_pump_requests(struct crypto_engine *engine, in crypto_pump_requests()
224 struct crypto_engine *engine = in crypto_pump_work() local
236 static int crypto_transfer_request(struct crypto_engine *engine, in crypto_transfer_request()
265 static int crypto_transfer_request_to_engine(struct crypto_engine *engine, in crypto_transfer_request_to_engine()
277 int crypto_transfer_aead_request_to_engine(struct crypto_engine *engine, in crypto_transfer_aead_request_to_engine()
290 int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_akcipher_request_to_engine()
303 int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine, in crypto_transfer_hash_request_to_engine()
316 int crypto_transfer_kpp_request_to_engine(struct crypto_engine *engine, in crypto_transfer_kpp_request_to_engine()
329 int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_skcipher_request_to_engine()
343 void crypto_finalize_aead_request(struct crypto_engine *engine, in crypto_finalize_aead_request()
357 void crypto_finalize_akcipher_request(struct crypto_engine *engine, in crypto_finalize_akcipher_request()
371 void crypto_finalize_hash_request(struct crypto_engine *engine, in crypto_finalize_hash_request()
384 void crypto_finalize_kpp_request(struct crypto_engine *engine, in crypto_finalize_kpp_request()
398 void crypto_finalize_skcipher_request(struct crypto_engine *engine, in crypto_finalize_skcipher_request()
411 int crypto_engine_start(struct crypto_engine *engine) in crypto_engine_start()
437 int crypto_engine_stop(struct crypto_engine *engine) in crypto_engine_stop()
489 int (*cbk_do_batch)(struct crypto_engine *engine), in crypto_engine_alloc_init_and_set()
492 struct crypto_engine *engine; in crypto_engine_alloc_init_and_set() local
558 int crypto_engine_exit(struct crypto_engine *engine) in crypto_engine_exit()