Lines Matching refs:crypto_engine
29 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()
175 struct crypto_engine *engine = in crypto_pump_work()
176 container_of(work, struct crypto_engine, pump_requests); in crypto_pump_work()
186 static int crypto_transfer_request(struct crypto_engine *engine, in crypto_transfer_request()
215 static int crypto_transfer_request_to_engine(struct crypto_engine *engine, in crypto_transfer_request_to_engine()
228 int crypto_transfer_ablkcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_ablkcipher_request_to_engine()
241 int crypto_transfer_aead_request_to_engine(struct crypto_engine *engine, in crypto_transfer_aead_request_to_engine()
254 int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_akcipher_request_to_engine()
267 int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine, in crypto_transfer_hash_request_to_engine()
280 int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine, in crypto_transfer_skcipher_request_to_engine()
295 void crypto_finalize_ablkcipher_request(struct crypto_engine *engine, in crypto_finalize_ablkcipher_request()
309 void crypto_finalize_aead_request(struct crypto_engine *engine, in crypto_finalize_aead_request()
323 void crypto_finalize_akcipher_request(struct crypto_engine *engine, in crypto_finalize_akcipher_request()
337 void crypto_finalize_hash_request(struct crypto_engine *engine, in crypto_finalize_hash_request()
351 void crypto_finalize_skcipher_request(struct crypto_engine *engine, in crypto_finalize_skcipher_request()
364 int crypto_engine_start(struct crypto_engine *engine) in crypto_engine_start()
390 int crypto_engine_stop(struct crypto_engine *engine) in crypto_engine_stop()
431 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt) in crypto_engine_alloc_init()
434 struct crypto_engine *engine; in crypto_engine_alloc_init()
478 int crypto_engine_exit(struct crypto_engine *engine) in crypto_engine_exit()