Home
last modified time | relevance | path

Searched defs:areq (Results 1 – 25 of 32) sorted by relevance

12

/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c15 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 Dsun4i-ss-hash.c47 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/gemini/
H A Dsl3516-ce-cipher.c25 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 Damlogic-gxl-cipher.c25 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 Dnitrox_aead.c192 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 Daf_alg.c770 static void af_alg_free_areq_sgls(struct af_alg_async_req *areq) in af_alg_free_areq_sgls()
1117 void af_alg_free_resources(struct af_alg_async_req *areq) in af_alg_free_resources()
1144 struct af_alg_async_req *areq = data; in af_alg_async_cb() local
1197 struct af_alg_async_req *areq; in af_alg_alloc_areq() local
1234 struct af_alg_async_req *areq, size_t maxsize, in af_alg_get_rsgl()
H A Dalgif_skcipher.c84 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 Dahash.c68 struct ahash_request *areq = data; in ahash_op_done() local
592 struct ahash_request *areq = data; in ahash_def_finup_done2() local
/linux/drivers/crypto/
H A Datmel-i2c.c294 void *areq, int status), in atmel_i2c_enqueue()
H A Datmel-sha204a.c22 void *areq, int status) in atmel_sha204a_rng_done()
H A Datmel-i2c.h170 void *areq; member
H A Domap-aes-gcm.c360 int omap_aes_gcm_crypt_req(struct crypto_engine *engine, void *areq) in omap_aes_gcm_crypt_req()
/linux/drivers/crypto/aspeed/
H A Daspeed-hace-crypto.c27 static int aspeed_crypto_do_fallback(struct skcipher_request *areq) in aspeed_crypto_do_fallback()
48 static bool aspeed_crypto_need_fallback(struct skcipher_request *areq) in aspeed_crypto_need_fallback()
79 static int aspeed_crypto_do_request(struct crypto_engine *engine, void *areq) in aspeed_crypto_do_request()
H A Daspeed-hace-hash.c533 static int aspeed_ahash_do_request(struct crypto_engine *engine, void *areq) in aspeed_ahash_do_request()
558 void *areq) in aspeed_ahash_prepare_request()
575 static int aspeed_ahash_do_one(struct crypto_engine *engine, void *areq) in aspeed_ahash_do_one()
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c68 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/intel/qat/qat_common/
H A Dqat_asym_algs.c138 } areq; member
161 struct kpp_request *areq = req->areq.dh; in qat_dh_cb() local
569 struct akcipher_request *areq = req->areq.rsa; in qat_rsa_cb() local
603 struct qat_asym_request *areq = (void *)(__force long)resp->opaque; in qat_alg_asym_callback() local
H A Dqat_algs.c671 struct aead_request *areq = qat_req->aead_req; in qat_aead_alg_callback() local
783 static int qat_alg_aead_dec(struct aead_request *areq) in qat_alg_aead_dec()
829 static int qat_alg_aead_enc(struct aead_request *areq) in qat_alg_aead_enc()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.h143 struct crypto_async_request *areq; /* Async request callback arg */ member
160 struct crypto_async_request *areq; /* Async request callback arg */ member
H A Dotx_cptvf_algs.c119 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 Dotx_cptvf_reqmgr.c513 struct crypto_async_request *areq; in process_pending_queue() local
/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c225 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 Dtegra-se-aes.c263 static int tegra_aes_do_one_req(struct crypto_engine *engine, void *areq) in tegra_aes_do_one_req()
1193 static int tegra_ccm_do_one_req(struct crypto_engine *engine, void *areq) in tegra_ccm_do_one_req()
1269 static int tegra_gcm_do_one_req(struct crypto_engine *engine, void *areq) in tegra_gcm_do_one_req()
1705 static int tegra_cmac_do_one_req(struct crypto_engine *engine, void *areq) in tegra_cmac_do_one_req()
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c104 struct crypto_async_request *areq = arg1; in otx2_cpt_aead_callback() local
128 static void output_iv_copyback(struct crypto_async_request *areq) in output_iv_copyback()
165 struct crypto_async_request *areq = arg1; in otx2_cpt_skcipher_callback() local
H A Dotx2_cpt_reqmgr.h88 struct crypto_async_request *areq; /* Async request callback arg */ member
128 struct crypto_async_request *areq; /* Async request callback arg */ member
/linux/drivers/crypto/starfive/
H A Djh7110-aes.c568 static int starfive_aes_do_one_req(struct crypto_engine *engine, void *areq) in starfive_aes_do_one_req()
637 static int starfive_aes_aead_do_one_req(struct crypto_engine *engine, void *areq) in starfive_aes_aead_do_one_req()

12