Lines Matching refs:crypto_engine
47 struct crypto_engine { struct
62 int (*prepare_crypt_hardware)(struct crypto_engine *engine); argument
63 int (*unprepare_crypt_hardware)(struct crypto_engine *engine); argument
64 int (*do_batch_requests)(struct crypto_engine *engine); argument
81 int (*prepare_request)(struct crypto_engine *engine, argument
83 int (*unprepare_request)(struct crypto_engine *engine,
85 int (*do_one_request)(struct crypto_engine *engine,
93 int crypto_transfer_aead_request_to_engine(struct crypto_engine *engine,
95 int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine,
97 int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine,
99 int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine,
101 void crypto_finalize_aead_request(struct crypto_engine *engine,
103 void crypto_finalize_akcipher_request(struct crypto_engine *engine,
105 void crypto_finalize_hash_request(struct crypto_engine *engine,
107 void crypto_finalize_skcipher_request(struct crypto_engine *engine,
109 int crypto_engine_start(struct crypto_engine *engine);
110 int crypto_engine_stop(struct crypto_engine *engine);
111 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt);
112 struct crypto_engine *crypto_engine_alloc_init_and_set(struct device *dev,
114 int (*cbk_do_batch)(struct crypto_engine *engine),
116 int crypto_engine_exit(struct crypto_engine *engine);