| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 232 struct ahash_request *areq = ahash_request_cast(async); in safexcel_handle_req_result() local 310 struct ahash_request *areq = ahash_request_cast(async); in safexcel_ahash_send_req() local 521 struct ahash_request *areq = ahash_request_cast(async); in safexcel_handle_inv_result() local 569 struct ahash_request *areq = ahash_request_cast(async); in safexcel_handle_result() local 590 struct ahash_request *areq = ahash_request_cast(async); in safexcel_ahash_send_inv() local 608 struct ahash_request *areq = ahash_request_cast(async); in safexcel_ahash_send() local 662 static int safexcel_ahash_cache(struct ahash_request *areq) in safexcel_ahash_cache() 687 static int safexcel_ahash_enqueue(struct ahash_request *areq) in safexcel_ahash_enqueue() 740 static int safexcel_ahash_update(struct ahash_request *areq) in safexcel_ahash_update() 765 static int safexcel_ahash_final(struct ahash_request *areq) in safexcel_ahash_final() [all …]
|
| /linux/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-cipher.c | 15 static int noinline_for_stack sun4i_ss_opti_poll(struct skcipher_request *areq) in sun4i_ss_opti_poll() 148 static int noinline_for_stack sun4i_ss_cipher_poll_fallback(struct skcipher_request *areq) in sun4i_ss_cipher_poll_fallback() 176 static int sun4i_ss_cipher_poll(struct skcipher_request *areq) in sun4i_ss_cipher_poll() 397 int sun4i_ss_cbc_aes_encrypt(struct skcipher_request *areq) in sun4i_ss_cbc_aes_encrypt() 408 int sun4i_ss_cbc_aes_decrypt(struct skcipher_request *areq) in sun4i_ss_cbc_aes_decrypt() 420 int sun4i_ss_ecb_aes_encrypt(struct skcipher_request *areq) in sun4i_ss_ecb_aes_encrypt() 431 int sun4i_ss_ecb_aes_decrypt(struct skcipher_request *areq) in sun4i_ss_ecb_aes_decrypt() 443 int sun4i_ss_cbc_des_encrypt(struct skcipher_request *areq) in sun4i_ss_cbc_des_encrypt() 454 int sun4i_ss_cbc_des_decrypt(struct skcipher_request *areq) in sun4i_ss_cbc_des_decrypt() 466 int sun4i_ss_ecb_des_encrypt(struct skcipher_request *areq) in sun4i_ss_ecb_des_encrypt() [all …]
|
| H A D | sun4i-ss-hash.c | 47 int sun4i_hash_init(struct ahash_request *areq) in sun4i_hash_init() 62 int sun4i_hash_export_md5(struct ahash_request *areq, void *out) in sun4i_hash_export_md5() 85 int sun4i_hash_import_md5(struct ahash_request *areq, const void *in) in sun4i_hash_import_md5() 104 int sun4i_hash_export_sha1(struct ahash_request *areq, void *out) in sun4i_hash_export_sha1() 128 int sun4i_hash_import_sha1(struct ahash_request *areq, const void *in) in sun4i_hash_import_sha1() 177 static int sun4i_hash(struct ahash_request *areq) in sun4i_hash() 508 int sun4i_hash_final(struct ahash_request *areq) in sun4i_hash_final() 516 int sun4i_hash_update(struct ahash_request *areq) in sun4i_hash_update() 525 int sun4i_hash_finup(struct ahash_request *areq) in sun4i_hash_finup() 534 int sun4i_hash_digest(struct ahash_request *areq) in sun4i_hash_digest()
|
| /linux/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-hash.c | 144 int sun8i_ss_hash_init(struct ahash_request *areq) in sun8i_ss_hash_init() 160 int sun8i_ss_hash_export(struct ahash_request *areq, void *out) in sun8i_ss_hash_export() 174 int sun8i_ss_hash_import(struct ahash_request *areq, const void *in) in sun8i_ss_hash_import() 188 int sun8i_ss_hash_final(struct ahash_request *areq) in sun8i_ss_hash_final() 215 int sun8i_ss_hash_update(struct ahash_request *areq) in sun8i_ss_hash_update() 230 int sun8i_ss_hash_finup(struct ahash_request *areq) in sun8i_ss_hash_finup() 258 static int sun8i_ss_hash_digest_fb(struct ahash_request *areq) in sun8i_ss_hash_digest_fb() 345 static bool sun8i_ss_hash_need_fallback(struct ahash_request *areq) in sun8i_ss_hash_need_fallback() 394 int sun8i_ss_hash_digest(struct ahash_request *areq) in sun8i_ss_hash_digest() 480 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in sun8i_ss_hash_run() local
|
| /linux/drivers/crypto/gemini/ |
| H A D | sl3516-ce-cipher.c | 25 static bool sl3516_ce_need_fallback(struct skcipher_request *areq) in sl3516_ce_need_fallback() 103 static int sl3516_ce_cipher_fallback(struct skcipher_request *areq) in sl3516_ce_cipher_fallback() 127 static int sl3516_ce_cipher(struct skcipher_request *areq) in sl3516_ce_cipher() 265 int sl3516_ce_handle_cipher_request(struct crypto_engine *engine, void *areq) in sl3516_ce_handle_cipher_request() 278 int sl3516_ce_skdecrypt(struct skcipher_request *areq) in sl3516_ce_skdecrypt() 296 int sl3516_ce_skencrypt(struct skcipher_request *areq) in sl3516_ce_skencrypt()
|
| /linux/drivers/crypto/amlogic/ |
| H A D | amlogic-gxl-cipher.c | 25 static bool meson_cipher_need_fallback(struct skcipher_request *areq) in meson_cipher_need_fallback() 58 static int meson_cipher_do_fallback(struct skcipher_request *areq) in meson_cipher_do_fallback() 84 static int meson_cipher(struct skcipher_request *areq) in meson_cipher() 261 int meson_handle_cipher_request(struct crypto_engine *engine, void *areq) in meson_handle_cipher_request() 274 int meson_skdecrypt(struct skcipher_request *areq) in meson_skdecrypt() 292 int meson_skencrypt(struct skcipher_request *areq) in meson_skencrypt()
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_aead.c | 192 struct aead_request *areq = arg; in nitrox_aead_callback() local 213 static int nitrox_aes_gcm_enc(struct aead_request *areq) in nitrox_aes_gcm_enc() 247 static int nitrox_aes_gcm_dec(struct aead_request *areq) in nitrox_aes_gcm_dec() 393 static int nitrox_rfc4106_set_aead_rctx_sglist(struct aead_request *areq) in nitrox_rfc4106_set_aead_rctx_sglist() 426 struct aead_request *areq = arg; in nitrox_rfc4106_callback() local 440 static int nitrox_rfc4106_enc(struct aead_request *areq) in nitrox_rfc4106_enc() 472 static int nitrox_rfc4106_dec(struct aead_request *areq) in nitrox_rfc4106_dec()
|
| /linux/crypto/ |
| H A D | af_alg.c | 741 static void af_alg_free_areq_sgls(struct af_alg_async_req *areq) in af_alg_free_areq_sgls() 1096 void af_alg_free_resources(struct af_alg_async_req *areq) in af_alg_free_resources() 1123 struct af_alg_async_req *areq = data; in af_alg_async_cb() local 1176 struct af_alg_async_req *areq; in af_alg_alloc_areq() local 1212 struct af_alg_async_req *areq, size_t maxsize, in af_alg_get_rsgl()
|
| H A D | algif_skcipher.c | 84 struct af_alg_async_req *areq = data; in algif_skcipher_done() local 106 struct af_alg_async_req *areq; in _skcipher_recvmsg() local
|
| H A D | algif_aead.c | 76 struct af_alg_async_req *areq; in _aead_recvmsg() local
|
| H A D | authenc.c | 177 struct aead_request *areq = data; in crypto_authenc_encrypt_done() local
|
| H A D | authencesn.c | 151 struct aead_request *areq = data; in crypto_authenc_esn_encrypt_done() local
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.c | 301 struct crypto_async_request *areq = rctx->parent; in handle_skcipher_req() local 472 struct crypto_async_request *areq = rctx->parent; in handle_skcipher_resp() local 652 struct crypto_async_request *areq = rctx->parent; in handle_ahash_req() local 943 struct crypto_async_request *areq = rctx->parent; in ahash_req_done() local 993 struct crypto_async_request *areq = rctx->parent; in handle_ahash_resp() local 1256 struct crypto_async_request *areq = rctx->parent; in handle_aead_req() local 1526 struct crypto_async_request *areq = rctx->parent; in handle_aead_resp() local 1603 struct crypto_async_request *areq = rctx->parent; in finish_req() local
|
| /linux/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto_skcipher.c | 68 static int rk_cipher_fallback(struct skcipher_request *areq) in rk_cipher_fallback() 301 struct skcipher_request *areq = container_of(async_req, struct skcipher_request, base); in rk_cipher_run() local
|
| /linux/drivers/crypto/caam/ |
| H A D | caamalg_qi2.c | 137 static struct caam_request *to_caam_req(struct crypto_async_request *areq) in to_caam_req() 1288 struct crypto_async_request *areq = cbk_ctx; in aead_encrypt_done() local 1309 struct crypto_async_request *areq = cbk_ctx; in aead_decrypt_done() local 1396 struct crypto_async_request *areq = cbk_ctx; in skcipher_encrypt_done() local 1434 struct crypto_async_request *areq = cbk_ctx; in skcipher_decrypt_done() local 3404 struct crypto_async_request *areq = cbk_ctx; in ahash_done() local 3431 struct crypto_async_request *areq = cbk_ctx; in ahash_done_bi() local 3469 struct crypto_async_request *areq = cbk_ctx; in ahash_done_ctx_src() local 3496 struct crypto_async_request *areq = cbk_ctx; in ahash_done_ctx_dst() local
|
| H A D | caamalg.c | 1620 static int aead_do_one_req(struct crypto_engine *engine, void *areq) in aead_do_one_req() 1857 static int skcipher_do_one_req(struct crypto_engine *engine, void *areq) in skcipher_do_one_req()
|
| /linux/drivers/crypto/ |
| H A D | atmel-sha204a.c | 23 void *areq, int status) in atmel_sha204a_rng_done()
|
| H A D | atmel-i2c.h | 170 void *areq; member
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_reqmgr.h | 143 struct crypto_async_request *areq; /* Async request callback arg */ member 160 struct crypto_async_request *areq; /* Async request callback arg */ member
|
| H A D | otx_cptvf_algs.c | 119 struct crypto_async_request *areq = arg1; in otx_cpt_aead_callback() local 145 static void output_iv_copyback(struct crypto_async_request *areq) in output_iv_copyback() 182 struct crypto_async_request *areq = arg1; in otx_cpt_skcipher_callback() local
|
| H A D | otx_cptvf_reqmgr.c | 513 struct crypto_async_request *areq; in process_pending_queue() local
|
| /linux/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_dev.c | 225 const struct fun_dev_params *areq) in fun_enable_admin_queue() 759 const struct fun_dev_params *areq, const char *name) in fun_dev_enable()
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-aes.c | 264 static int tegra_aes_do_one_req(struct crypto_engine *engine, void *areq) in tegra_aes_do_one_req() 1197 static int tegra_ccm_do_one_req(struct crypto_engine *engine, void *areq) in tegra_ccm_do_one_req() 1275 static int tegra_gcm_do_one_req(struct crypto_engine *engine, void *areq) in tegra_gcm_do_one_req() 1713 static int tegra_cmac_do_one_req(struct crypto_engine *engine, void *areq) in tegra_cmac_do_one_req()
|
| H A D | tegra-se-hash.c | 516 static int tegra_sha_do_one_req(struct crypto_engine *engine, void *areq) in tegra_sha_do_one_req()
|
| /linux/drivers/crypto/aspeed/ |
| H A D | aspeed-acry.c | 183 static int aspeed_acry_do_request(struct crypto_engine *engine, void *areq) in aspeed_acry_do_request()
|