Home
last modified time | relevance | path

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

12

/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.h241 struct crypto_engine *crypt_engine_hash;
242 struct crypto_engine *crypt_engine_crypto;
245 struct aspeed_engine_crypto crypto_engine; member
A Daspeed-hace-hash.c459 static int aspeed_ahash_do_request(struct crypto_engine *engine, void *areq) in aspeed_ahash_do_request()
478 static void aspeed_ahash_prepare_request(struct crypto_engine *engine, in aspeed_ahash_prepare_request()
496 static int aspeed_ahash_do_one(struct crypto_engine *engine, void *areq) in aspeed_ahash_do_one()
A Daspeed-acry.c104 struct crypto_engine *crypt_engine_rsa;
183 static int aspeed_acry_do_request(struct crypto_engine *engine, void *areq) in aspeed_acry_do_request()
/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()
A Dsun8i-ss-hash.c401 struct crypto_engine *engine; in sun8i_ss_hash_digest()
478 int sun8i_ss_hash_run(struct crypto_engine *engine, void *breq) in sun8i_ss_hash_run()
/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()
/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce.h195 struct crypto_engine *engine;
365 int sun8i_ce_cipher_do_one(struct crypto_engine *engine, void *areq);
382 int sun8i_ce_hash_run(struct crypto_engine *engine, void *breq);
A Dsun8i-ce-cipher.c134 static int sun8i_ce_cipher_prepare(struct crypto_engine *engine, void *async_req) in sun8i_ce_cipher_prepare()
318 static void sun8i_ce_cipher_unprepare(struct crypto_engine *engine, in sun8i_ce_cipher_unprepare()
364 static void sun8i_ce_cipher_run(struct crypto_engine *engine, void *areq) in sun8i_ce_cipher_run()
381 int sun8i_ce_cipher_do_one(struct crypto_engine *engine, void *areq) in sun8i_ce_cipher_do_one()
397 struct crypto_engine *engine; in sun8i_ce_skdecrypt()
416 struct crypto_engine *engine; in sun8i_ce_skencrypt()
A Dsun8i-ce-hash.c245 struct crypto_engine *engine; in sun8i_ce_hash_digest()
319 int sun8i_ce_hash_run(struct crypto_engine *engine, void *breq) in sun8i_ce_hash_run()
/drivers/crypto/virtio/
A Dvirtio_crypto_common.h31 struct crypto_engine *engine;
128 struct crypto_engine *engine, void *vreq);
/drivers/crypto/rockchip/
A Drk3288_crypto_ahash.c211 struct crypto_engine *engine; in rk_ahash_digest()
235 static int rk_hash_prepare(struct crypto_engine *engine, void *breq) in rk_hash_prepare()
251 static void rk_hash_unprepare(struct crypto_engine *engine, void *breq) in rk_hash_unprepare()
260 static int rk_hash_run(struct crypto_engine *engine, void *breq) in rk_hash_run()
A Drk3288_crypto.h224 struct crypto_engine *engine;
A Drk3288_crypto_skcipher.c95 struct crypto_engine *engine; in rk_cipher_handle_req()
299 static int rk_cipher_run(struct crypto_engine *engine, void *async_req) in rk_cipher_run()
/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()
/drivers/crypto/
A Domap-aes.h168 struct crypto_engine *engine;
217 int omap_aes_gcm_crypt_req(struct crypto_engine *engine, void *areq);
/drivers/crypto/intel/keembay/
A Docs-hcu.h41 struct crypto_engine *engine;
A Docs-aes.h52 struct crypto_engine *engine;
/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()
/drivers/crypto/caam/
A Dintern.h84 struct crypto_engine *engine;
/drivers/crypto/starfive/
A Djh7110-cryp.h191 struct crypto_engine *engine;

Completed in 43 milliseconds

12