Home
last modified time | relevance | path

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

123

/linux/include/crypto/
A Dengine.h17 struct crypto_engine;
25 int (*do_one_request)(struct crypto_engine *engine,
64 void crypto_finalize_aead_request(struct crypto_engine *engine,
66 void crypto_finalize_akcipher_request(struct crypto_engine *engine,
68 void crypto_finalize_hash_request(struct crypto_engine *engine,
70 void crypto_finalize_kpp_request(struct crypto_engine *engine,
72 void crypto_finalize_skcipher_request(struct crypto_engine *engine,
74 int crypto_engine_start(struct crypto_engine *engine);
75 int crypto_engine_stop(struct crypto_engine *engine);
79 int (*cbk_do_batch)(struct crypto_engine *engine),
[all …]
/linux/drivers/crypto/aspeed/
A Daspeed-hace.c31 struct aspeed_engine_crypto *crypto_engine = &hace_dev->crypto_engine; in aspeed_hace_irq() local
60 struct aspeed_engine_crypto *crypto_engine = &hace_dev->crypto_engine; in aspeed_hace_crypto_done_task() local
62 crypto_engine->resume(hace_dev); in aspeed_hace_crypto_done_task()
119 crypto_engine = &hace_dev->crypto_engine; in aspeed_hace_probe()
195 crypto_engine->cipher_ctx = in aspeed_hace_probe()
200 if (!crypto_engine->cipher_ctx) { in aspeed_hace_probe()
207 crypto_engine->cipher_addr = in aspeed_hace_probe()
212 if (!crypto_engine->cipher_addr) { in aspeed_hace_probe()
220 crypto_engine->dst_sg_addr = in aspeed_hace_probe()
225 if (!crypto_engine->dst_sg_addr) { in aspeed_hace_probe()
[all …]
A Daspeed-hace-crypto.c88 crypto_engine = &hace_dev->crypto_engine; in aspeed_crypto_do_request()
89 crypto_engine->req = req; in aspeed_crypto_do_request()
102 struct aspeed_engine_crypto *crypto_engine = &hace_dev->crypto_engine; in aspeed_sk_complete() local
108 req = crypto_engine->req; in aspeed_sk_complete()
130 struct aspeed_engine_crypto *crypto_engine = &hace_dev->crypto_engine; in aspeed_sk_transfer_sg() local
137 req = crypto_engine->req; in aspeed_sk_transfer_sg()
152 struct aspeed_engine_crypto *crypto_engine = &hace_dev->crypto_engine; in aspeed_sk_transfer() local
159 req = crypto_engine->req; in aspeed_sk_transfer()
182 struct aspeed_engine_crypto *crypto_engine = &hace_dev->crypto_engine; in aspeed_sk_start() local
221 struct aspeed_engine_crypto *crypto_engine = &hace_dev->crypto_engine; in aspeed_sk_start_sg() local
[all …]
A Daspeed-hace.h251 struct crypto_engine *crypt_engine_hash;
252 struct crypto_engine *crypt_engine_crypto;
255 struct aspeed_engine_crypto crypto_engine; member
/linux/crypto/
A Dcrypto_engine.c40 static void crypto_finalize_request(struct crypto_engine *engine, in crypto_finalize_request()
73 static void crypto_pump_requests(struct crypto_engine *engine, in crypto_pump_requests()
224 struct crypto_engine *engine = in crypto_pump_work()
225 container_of(work, struct crypto_engine, pump_requests); in crypto_pump_work()
236 static int crypto_transfer_request(struct crypto_engine *engine, in crypto_transfer_request()
343 void crypto_finalize_aead_request(struct crypto_engine *engine, in crypto_finalize_aead_request()
384 void crypto_finalize_kpp_request(struct crypto_engine *engine, in crypto_finalize_kpp_request()
411 int crypto_engine_start(struct crypto_engine *engine) in crypto_engine_start()
437 int crypto_engine_stop(struct crypto_engine *engine) in crypto_engine_stop()
492 struct crypto_engine *engine; in crypto_engine_alloc_init_and_set()
[all …]
/linux/include/crypto/internal/
A Dengine.h47 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
/linux/Documentation/crypto/
A Dcrypto_engine.rst13 crypto_engine:
18 struct crypto_engine engine;
27 of the known member ``struct crypto_engine`` at the beginning.
31 You are required to obtain a struct crypto_engine via ``crypto_engine_alloc_init()``.
A Dindex.rst24 crypto_engine
/linux/drivers/crypto/amlogic/
A Damlogic-gxl.h70 struct crypto_engine *engine;
159 int meson_handle_cipher_request(struct crypto_engine *engine, void *areq);
A Damlogic-gxl-cipher.c261 int meson_handle_cipher_request(struct crypto_engine *engine, void *areq) in meson_handle_cipher_request()
279 struct crypto_engine *engine; in meson_skdecrypt()
297 struct crypto_engine *engine; in meson_skencrypt()
/linux/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss.h132 struct crypto_engine *engine;
294 int sun8i_ss_handle_cipher_request(struct crypto_engine *engine, void *areq);
316 int sun8i_ss_hash_run(struct crypto_engine *engine, void *breq);
A Dsun8i-ss-cipher.c332 int sun8i_ss_handle_cipher_request(struct crypto_engine *engine, void *areq) in sun8i_ss_handle_cipher_request()
350 struct crypto_engine *engine; in sun8i_ss_skdecrypt()
371 struct crypto_engine *engine; in sun8i_ss_skencrypt()
/linux/drivers/crypto/virtio/
A Dvirtio_crypto_common.h31 struct crypto_engine *engine;
130 struct crypto_engine *engine, void *vreq);
/linux/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce.h195 struct crypto_engine *engine;
367 int sun8i_ce_cipher_do_one(struct crypto_engine *engine, void *areq);
384 int sun8i_ce_hash_run(struct crypto_engine *engine, void *breq);
A Dsun8i-ce-cipher.c120 static int sun8i_ce_cipher_prepare(struct crypto_engine *engine, void *async_req) in sun8i_ce_cipher_prepare()
302 static void sun8i_ce_cipher_unprepare(struct crypto_engine *engine, in sun8i_ce_cipher_unprepare()
347 static void sun8i_ce_cipher_run(struct crypto_engine *engine, void *areq) in sun8i_ce_cipher_run()
364 int sun8i_ce_cipher_do_one(struct crypto_engine *engine, void *areq) in sun8i_ce_cipher_do_one()
380 struct crypto_engine *engine; in sun8i_ce_skdecrypt()
399 struct crypto_engine *engine; in sun8i_ce_skencrypt()
/linux/drivers/crypto/gemini/
A Dsl3516-ce.h234 struct crypto_engine *engine;
341 int sl3516_ce_handle_cipher_request(struct crypto_engine *engine, void *areq);
A Dsl3516-ce-cipher.c265 int sl3516_ce_handle_cipher_request(struct crypto_engine *engine, void *areq) in sl3516_ce_handle_cipher_request()
283 struct crypto_engine *engine; in sl3516_ce_skdecrypt()
301 struct crypto_engine *engine; in sl3516_ce_skencrypt()
/linux/drivers/crypto/rockchip/
A Drk3288_crypto_ahash.c209 struct crypto_engine *engine; in rk_ahash_digest()
233 static int rk_hash_prepare(struct crypto_engine *engine, void *breq) in rk_hash_prepare()
249 static void rk_hash_unprepare(struct crypto_engine *engine, void *breq) in rk_hash_unprepare()
258 static int rk_hash_run(struct crypto_engine *engine, void *breq) in rk_hash_run()
A Drk3288_crypto.h224 struct crypto_engine *engine;
/linux/drivers/crypto/
A Domap-aes.h170 struct crypto_engine *engine;
219 int omap_aes_gcm_crypt_req(struct crypto_engine *engine, void *areq);
/linux/drivers/crypto/intel/keembay/
A Docs-hcu.h41 struct crypto_engine *engine;
A Docs-aes.h52 struct crypto_engine *engine;
/linux/drivers/crypto/caam/
A Dintern.h84 struct crypto_engine *engine;
/linux/drivers/crypto/xilinx/
A Dzynqmp-aes-gcm.c50 struct crypto_engine *engine;
204 static int zynqmp_handle_aes_req(struct crypto_engine *engine, in zynqmp_handle_aes_req()
/linux/drivers/crypto/starfive/
A Djh7110-cryp.h191 struct crypto_engine *engine;

Completed in 46 milliseconds

123