Lines Matching refs:engine
57 int (*prepare_crypt_hardware)(struct crypto_engine *engine);
58 int (*unprepare_crypt_hardware)(struct crypto_engine *engine);
74 int (*prepare_request)(struct crypto_engine *engine,
76 int (*unprepare_request)(struct crypto_engine *engine,
78 int (*do_one_request)(struct crypto_engine *engine,
86 int crypto_transfer_ablkcipher_request_to_engine(struct crypto_engine *engine,
88 int crypto_transfer_aead_request_to_engine(struct crypto_engine *engine,
90 int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine,
92 int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine,
94 int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine,
96 void crypto_finalize_ablkcipher_request(struct crypto_engine *engine,
98 void crypto_finalize_aead_request(struct crypto_engine *engine,
100 void crypto_finalize_akcipher_request(struct crypto_engine *engine,
102 void crypto_finalize_hash_request(struct crypto_engine *engine,
104 void crypto_finalize_skcipher_request(struct crypto_engine *engine,
106 int crypto_engine_start(struct crypto_engine *engine);
107 int crypto_engine_stop(struct crypto_engine *engine);
109 int crypto_engine_exit(struct crypto_engine *engine);