Lines Matching refs:crypto_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()
246 container_of(work, struct crypto_engine, pump_requests); in crypto_pump_work()
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()
481 struct crypto_engine *crypto_engine_alloc_init_and_set(struct device *dev, in crypto_engine_alloc_init_and_set()
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()
539 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt) in crypto_engine_alloc_init()
552 int crypto_engine_exit(struct crypto_engine *engine) in crypto_engine_exit()