Lines Matching defs:engine

25 static void crypto_finalize_request(struct crypto_engine *engine,  in crypto_finalize_request()
70 static void crypto_pump_requests(struct crypto_engine *engine, in crypto_pump_requests()
245 struct crypto_engine *engine = in crypto_pump_work() local
256 static int crypto_transfer_request(struct crypto_engine *engine, in crypto_transfer_request()
285 static int crypto_transfer_request_to_engine(struct crypto_engine *engine, in crypto_transfer_request_to_engine()
297 int crypto_transfer_aead_request_to_engine(struct crypto_engine *engine, in crypto_transfer_aead_request_to_engine()
310 int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_akcipher_request_to_engine()
323 int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine, in crypto_transfer_hash_request_to_engine()
336 int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_skcipher_request_to_engine()
350 void crypto_finalize_aead_request(struct crypto_engine *engine, in crypto_finalize_aead_request()
364 void crypto_finalize_akcipher_request(struct crypto_engine *engine, in crypto_finalize_akcipher_request()
378 void crypto_finalize_hash_request(struct crypto_engine *engine, in crypto_finalize_hash_request()
392 void crypto_finalize_skcipher_request(struct crypto_engine *engine, in crypto_finalize_skcipher_request()
405 int crypto_engine_start(struct crypto_engine *engine) in crypto_engine_start()
431 int crypto_engine_stop(struct crypto_engine *engine) in crypto_engine_stop()
483 int (*cbk_do_batch)(struct crypto_engine *engine), in crypto_engine_alloc_init_and_set()
486 struct crypto_engine *engine; in crypto_engine_alloc_init_and_set() local
552 int crypto_engine_exit(struct crypto_engine *engine) in crypto_engine_exit()