| /drivers/crypto/aspeed/ |
| A D | aspeed-hace.c | 31 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 D | aspeed-hace-crypto.c | 88 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 D | aspeed-hace.h | 241 struct crypto_engine *crypt_engine_hash; 242 struct crypto_engine *crypt_engine_crypto; 245 struct aspeed_engine_crypto crypto_engine; member
|
| A D | aspeed-hace-hash.c | 459 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 D | aspeed-acry.c | 104 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 D | sun8i-ss.h | 132 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 D | sun8i-ss-cipher.c | 332 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 D | sun8i-ss-hash.c | 401 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 D | amlogic-gxl.h | 70 struct crypto_engine *engine; 159 int meson_handle_cipher_request(struct crypto_engine *engine, void *areq);
|
| A D | amlogic-gxl-cipher.c | 261 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 D | sun8i-ce.h | 195 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 D | sun8i-ce-cipher.c | 134 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 D | sun8i-ce-hash.c | 245 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 D | virtio_crypto_common.h | 31 struct crypto_engine *engine; 128 struct crypto_engine *engine, void *vreq);
|
| /drivers/crypto/rockchip/ |
| A D | rk3288_crypto_ahash.c | 211 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 D | rk3288_crypto.h | 224 struct crypto_engine *engine;
|
| A D | rk3288_crypto_skcipher.c | 95 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 D | sl3516-ce.h | 234 struct crypto_engine *engine; 341 int sl3516_ce_handle_cipher_request(struct crypto_engine *engine, void *areq);
|
| A D | sl3516-ce-cipher.c | 265 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 D | omap-aes.h | 168 struct crypto_engine *engine; 217 int omap_aes_gcm_crypt_req(struct crypto_engine *engine, void *areq);
|
| /drivers/crypto/intel/keembay/ |
| A D | ocs-hcu.h | 41 struct crypto_engine *engine;
|
| A D | ocs-aes.h | 52 struct crypto_engine *engine;
|
| /drivers/crypto/xilinx/ |
| A D | zynqmp-aes-gcm.c | 50 struct crypto_engine *engine; 204 static int zynqmp_handle_aes_req(struct crypto_engine *engine, in zynqmp_handle_aes_req()
|
| /drivers/crypto/caam/ |
| A D | intern.h | 84 struct crypto_engine *engine;
|
| /drivers/crypto/starfive/ |
| A D | jh7110-cryp.h | 191 struct crypto_engine *engine;
|