Lines Matching refs:crypto_engine
25 static void crypto_finalize_request(struct crypto_engine *engine, in crypto_finalize_request()
71 static void crypto_pump_requests(struct crypto_engine *engine, in crypto_pump_requests()
246 struct crypto_engine *engine = in crypto_pump_work()
247 container_of(work, struct crypto_engine, pump_requests); in crypto_pump_work()
258 static int crypto_transfer_request(struct crypto_engine *engine, in crypto_transfer_request()
287 static int crypto_transfer_request_to_engine(struct crypto_engine *engine, in crypto_transfer_request_to_engine()
299 int crypto_transfer_aead_request_to_engine(struct crypto_engine *engine, in crypto_transfer_aead_request_to_engine()
312 int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_akcipher_request_to_engine()
325 int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine, in crypto_transfer_hash_request_to_engine()
338 int crypto_transfer_kpp_request_to_engine(struct crypto_engine *engine, in crypto_transfer_kpp_request_to_engine()
351 int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_skcipher_request_to_engine()
365 void crypto_finalize_aead_request(struct crypto_engine *engine, in crypto_finalize_aead_request()
379 void crypto_finalize_akcipher_request(struct crypto_engine *engine, in crypto_finalize_akcipher_request()
393 void crypto_finalize_hash_request(struct crypto_engine *engine, in crypto_finalize_hash_request()
406 void crypto_finalize_kpp_request(struct crypto_engine *engine, in crypto_finalize_kpp_request()
420 void crypto_finalize_skcipher_request(struct crypto_engine *engine, in crypto_finalize_skcipher_request()
433 int crypto_engine_start(struct crypto_engine *engine) in crypto_engine_start()
459 int crypto_engine_stop(struct crypto_engine *engine) in crypto_engine_stop()
509 struct crypto_engine *crypto_engine_alloc_init_and_set(struct device *dev, in crypto_engine_alloc_init_and_set()
511 int (*cbk_do_batch)(struct crypto_engine *engine), in crypto_engine_alloc_init_and_set()
514 struct crypto_engine *engine; in crypto_engine_alloc_init_and_set()
567 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt) in crypto_engine_alloc_init()
580 int crypto_engine_exit(struct crypto_engine *engine) in crypto_engine_exit()