Lines Matching defs:engine
37 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()
176 struct crypto_engine *engine = in crypto_pump_work() local
188 static int crypto_transfer_request(struct crypto_engine *engine, in crypto_transfer_request()
217 static int crypto_transfer_request_to_engine(struct crypto_engine *engine, in crypto_transfer_request_to_engine()
229 int crypto_transfer_aead_request_to_engine(struct crypto_engine *engine, in crypto_transfer_aead_request_to_engine()
242 int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_akcipher_request_to_engine()
255 int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine, in crypto_transfer_hash_request_to_engine()
268 int crypto_transfer_kpp_request_to_engine(struct crypto_engine *engine, in crypto_transfer_kpp_request_to_engine()
281 int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_skcipher_request_to_engine()
295 void crypto_finalize_aead_request(struct crypto_engine *engine, in crypto_finalize_aead_request()
309 void crypto_finalize_akcipher_request(struct crypto_engine *engine, in crypto_finalize_akcipher_request()
323 void crypto_finalize_hash_request(struct crypto_engine *engine, in crypto_finalize_hash_request()
336 void crypto_finalize_kpp_request(struct crypto_engine *engine, in crypto_finalize_kpp_request()
350 void crypto_finalize_skcipher_request(struct crypto_engine *engine, in crypto_finalize_skcipher_request()
363 int crypto_engine_start(struct crypto_engine *engine) in crypto_engine_start()
389 int crypto_engine_stop(struct crypto_engine *engine) in crypto_engine_stop()
437 struct crypto_engine *engine; in crypto_engine_alloc_init_and_set() local
495 void crypto_engine_exit(struct crypto_engine *engine) in crypto_engine_exit()