Home
last modified time | relevance | path

Searched refs:crypto_engine (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/crypto/
Dengine.h48 struct crypto_engine { struct
62 int (*prepare_crypt_hardware)(struct crypto_engine *engine); argument
63 int (*unprepare_crypt_hardware)(struct crypto_engine *engine); argument
79 int (*prepare_request)(struct crypto_engine *engine, argument
81 int (*unprepare_request)(struct crypto_engine *engine,
83 int (*do_one_request)(struct crypto_engine *engine,
91 int crypto_transfer_ablkcipher_request_to_engine(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,
[all …]
/linux-4.19.296/crypto/
Dcrypto_engine.c29 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()
[all …]
DMakefile11 obj-$(CONFIG_CRYPTO_ENGINE) += crypto_engine.o