Lines Matching refs:crypto_engine

52 struct crypto_engine {  struct
67 int (*prepare_crypt_hardware)(struct crypto_engine *engine); argument
68 int (*unprepare_crypt_hardware)(struct crypto_engine *engine); argument
69 int (*do_batch_requests)(struct crypto_engine *engine); argument
86 int (*prepare_request)(struct crypto_engine *engine, argument
88 int (*unprepare_request)(struct crypto_engine *engine,
90 int (*do_one_request)(struct crypto_engine *engine,
98 int crypto_transfer_aead_request_to_engine(struct crypto_engine *engine,
100 int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine,
102 int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine,
104 int crypto_transfer_kpp_request_to_engine(struct crypto_engine *engine,
106 int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine,
108 void crypto_finalize_aead_request(struct crypto_engine *engine,
110 void crypto_finalize_akcipher_request(struct crypto_engine *engine,
112 void crypto_finalize_hash_request(struct crypto_engine *engine,
114 void crypto_finalize_kpp_request(struct crypto_engine *engine,
116 void crypto_finalize_skcipher_request(struct crypto_engine *engine,
118 int crypto_engine_start(struct crypto_engine *engine);
119 int crypto_engine_stop(struct crypto_engine *engine);
120 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt);
121 struct crypto_engine *crypto_engine_alloc_init_and_set(struct device *dev,
123 int (*cbk_do_batch)(struct crypto_engine *engine),
125 int crypto_engine_exit(struct crypto_engine *engine);