Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/drivers/crypto/inside-secure/
A Dsafexcel_hash.c232 struct ahash_request *areq = ahash_request_cast(async); in safexcel_handle_req_result() local
314 struct ahash_request *areq = ahash_request_cast(async); in safexcel_ahash_send_req() local
523 struct ahash_request *areq = ahash_request_cast(async); in safexcel_handle_inv_result() local
571 struct ahash_request *areq = ahash_request_cast(async); in safexcel_handle_result() local
592 struct ahash_request *areq = ahash_request_cast(async); in safexcel_ahash_send_inv() local
610 struct ahash_request *areq = ahash_request_cast(async); in safexcel_ahash_send() local
664 static int safexcel_ahash_cache(struct ahash_request *areq) in safexcel_ahash_cache()
935 static int safexcel_sha1_init(struct ahash_request *areq) in safexcel_sha1_init()
1120 struct ahash_request *areq; in __safexcel_hmac_setkey() local
1754 static int safexcel_md5_init(struct ahash_request *areq) in safexcel_md5_init()
[all …]
/linux-6.3-rc2/drivers/crypto/allwinner/sun4i-ss/
A Dsun4i-ss-cipher.c176 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()
477 int sun4i_ss_ecb_des_decrypt(struct skcipher_request *areq) in sun4i_ss_ecb_des_decrypt()
489 int sun4i_ss_cbc_des3_encrypt(struct skcipher_request *areq) in sun4i_ss_cbc_des3_encrypt()
[all …]
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-6.3-rc2/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-hash.c74 int sun8i_ce_hash_init(struct ahash_request *areq) in sun8i_ce_hash_init()
88 int sun8i_ce_hash_export(struct ahash_request *areq, void *out) in sun8i_ce_hash_export()
100 int sun8i_ce_hash_import(struct ahash_request *areq, const void *in) in sun8i_ce_hash_import()
112 int sun8i_ce_hash_final(struct ahash_request *areq) in sun8i_ce_hash_final()
135 int sun8i_ce_hash_update(struct ahash_request *areq) in sun8i_ce_hash_update()
150 int sun8i_ce_hash_finup(struct ahash_request *areq) in sun8i_ce_hash_finup()
175 static int sun8i_ce_hash_digest_fb(struct ahash_request *areq) in sun8i_ce_hash_digest_fb()
200 static bool sun8i_ce_hash_need_fallback(struct ahash_request *areq) in sun8i_ce_hash_need_fallback()
233 int sun8i_ce_hash_digest(struct ahash_request *areq) in sun8i_ce_hash_digest()
326 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in sun8i_ce_hash_run() local
A Dsun8i-ce-cipher.c24 static int sun8i_ce_cipher_need_fallback(struct skcipher_request *areq) in sun8i_ce_cipher_need_fallback()
89 static int sun8i_ce_cipher_fallback(struct skcipher_request *areq) in sun8i_ce_cipher_fallback()
117 struct skcipher_request *areq = container_of(async_req, struct skcipher_request, base); in sun8i_ce_cipher_prepare() local
297 static int sun8i_ce_cipher_run(struct crypto_engine *engine, void *areq) in sun8i_ce_cipher_run()
316 struct skcipher_request *areq = container_of(async_req, struct skcipher_request, base); in sun8i_ce_cipher_unprepare() local
360 int sun8i_ce_skdecrypt(struct skcipher_request *areq) in sun8i_ce_skdecrypt()
379 int sun8i_ce_skencrypt(struct skcipher_request *areq) in sun8i_ce_skencrypt()
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-hash.c164 int sun8i_ss_hash_init(struct ahash_request *areq) in sun8i_ss_hash_init()
178 int sun8i_ss_hash_export(struct ahash_request *areq, void *out) in sun8i_ss_hash_export()
190 int sun8i_ss_hash_import(struct ahash_request *areq, const void *in) in sun8i_ss_hash_import()
202 int sun8i_ss_hash_final(struct ahash_request *areq) in sun8i_ss_hash_final()
225 int sun8i_ss_hash_update(struct ahash_request *areq) in sun8i_ss_hash_update()
240 int sun8i_ss_hash_finup(struct ahash_request *areq) in sun8i_ss_hash_finup()
265 static int sun8i_ss_hash_digest_fb(struct ahash_request *areq) in sun8i_ss_hash_digest_fb()
349 static bool sun8i_ss_hash_need_fallback(struct ahash_request *areq) in sun8i_ss_hash_need_fallback()
398 int sun8i_ss_hash_digest(struct ahash_request *areq) in sun8i_ss_hash_digest()
484 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in sun8i_ss_hash_run() local
A Dsun8i-ss-cipher.c23 static bool sun8i_ss_need_fallback(struct skcipher_request *areq) in sun8i_ss_need_fallback()
89 static int sun8i_ss_cipher_fallback(struct skcipher_request *areq) in sun8i_ss_cipher_fallback()
115 static int sun8i_ss_setup_ivs(struct skcipher_request *areq) in sun8i_ss_setup_ivs()
178 static int sun8i_ss_cipher(struct skcipher_request *areq) in sun8i_ss_cipher()
327 static int sun8i_ss_handle_cipher_request(struct crypto_engine *engine, void *areq) in sun8i_ss_handle_cipher_request()
340 int sun8i_ss_skdecrypt(struct skcipher_request *areq) in sun8i_ss_skdecrypt()
361 int sun8i_ss_skencrypt(struct skcipher_request *areq) in sun8i_ss_skencrypt()
/linux-6.3-rc2/drivers/crypto/gemini/
A Dsl3516-ce-cipher.c21 static bool sl3516_ce_need_fallback(struct skcipher_request *areq) in sl3516_ce_need_fallback()
99 static int sl3516_ce_cipher_fallback(struct skcipher_request *areq) in sl3516_ce_cipher_fallback()
123 static int sl3516_ce_cipher(struct skcipher_request *areq) in sl3516_ce_cipher()
261 static int sl3516_ce_handle_cipher_request(struct crypto_engine *engine, void *areq) in sl3516_ce_handle_cipher_request()
274 int sl3516_ce_skdecrypt(struct skcipher_request *areq) in sl3516_ce_skdecrypt()
292 int sl3516_ce_skencrypt(struct skcipher_request *areq) in sl3516_ce_skencrypt()
/linux-6.3-rc2/drivers/crypto/amlogic/
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()
262 void *areq) in meson_handle_cipher_request()
275 int meson_skdecrypt(struct skcipher_request *areq) in meson_skdecrypt()
293 int meson_skencrypt(struct skcipher_request *areq) in meson_skencrypt()
/linux-6.3-rc2/drivers/crypto/cavium/nitrox/
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-6.3-rc2/drivers/crypto/
A Dtalitos.c989 struct aead_request *areq, bool encrypt) in ipsec_esp_unmap()
1026 struct aead_request *areq = context; in ipsec_esp_encrypt_done() local
1534 struct skcipher_request *areq) in common_nonsnoop_unmap()
1550 struct skcipher_request *areq = context; in skcipher_done() local
1567 struct skcipher_request *areq, in common_nonsnoop()
1702 struct ahash_request *areq) in common_nonsnoop_hash_unmap()
1748 struct ahash_request *areq = context; in ahash_done() local
1928 static int ahash_init(struct ahash_request *areq) in ahash_init()
2093 static int ahash_update(struct ahash_request *areq) in ahash_update()
2102 static int ahash_final(struct ahash_request *areq) in ahash_final()
[all …]
A Datmel-i2c.c270 void *areq, int status), in atmel_i2c_enqueue()
A Domap-aes-gcm.c215 static int omap_aes_gcm_prepare_req(struct crypto_engine *engine, void *areq) in omap_aes_gcm_prepare_req()
359 static int omap_aes_gcm_crypt_req(struct crypto_engine *engine, void *areq) in omap_aes_gcm_crypt_req()
A Datmel-sha204a.c22 void *areq, int status) in atmel_sha204a_rng_done()
/linux-6.3-rc2/drivers/crypto/rockchip/
A Drk3288_crypto_ahash.c38 static int rk_ahash_digest_fb(struct ahash_request *areq) in rk_ahash_digest_fb()
229 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in rk_hash_prepare() local
245 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in rk_hash_unprepare() local
255 struct ahash_request *areq = container_of(breq, struct ahash_request, base); in rk_hash_run() local
A Drk3288_crypto_skcipher.c62 static int rk_cipher_fallback(struct skcipher_request *areq) in rk_cipher_fallback()
295 struct skcipher_request *areq = container_of(async_req, struct skcipher_request, base); in rk_cipher_run() local
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dqat_comp_algs.c80 struct acomp_req *areq = qat_req->acompress_req; in qat_comp_resubmit() local
140 struct acomp_req *areq = qat_req->acompress_req; in qat_comp_rfc1950_callback() local
178 struct acomp_req *areq = qat_req->acompress_req; in qat_comp_generic_callback() local
308 static int qat_comp_alg_compress_decompress(struct acomp_req *areq, enum direction dir, in qat_comp_alg_compress_decompress()
A Dqat_asym_algs.c136 } areq; member
159 struct kpp_request *areq = req->areq.dh; in qat_dh_cb() local
517 struct akcipher_request *areq = req->areq.rsa; in qat_rsa_cb() local
552 struct qat_asym_request *areq = (void *)(__force long)resp->opaque; in qat_alg_asym_callback() local
/linux-6.3-rc2/crypto/
A Daf_alg.c792 static void af_alg_free_areq_sgls(struct af_alg_async_req *areq) in af_alg_free_areq_sgls()
1178 void af_alg_free_resources(struct af_alg_async_req *areq) in af_alg_free_resources()
1201 struct af_alg_async_req *areq = data; in af_alg_async_cb() local
1253 struct af_alg_async_req *areq = sock_kmalloc(sk, areqlen, GFP_KERNEL); in af_alg_alloc_areq() local
1282 struct af_alg_async_req *areq, size_t maxsize, in af_alg_get_rsgl()
A Dahash.c261 struct ahash_request *areq = data; in ahash_op_unaligned_done() local
353 struct ahash_request *areq = data; in ahash_def_finup_done2() local
383 struct ahash_request *areq = data; in ahash_def_finup_done1() local
/linux-6.3-rc2/drivers/crypto/bcm/
A Dcipher.c303 struct crypto_async_request *areq = rctx->parent; in handle_skcipher_req() local
474 struct crypto_async_request *areq = rctx->parent; in handle_skcipher_resp() local
656 struct crypto_async_request *areq = rctx->parent; in handle_ahash_req() local
947 struct crypto_async_request *areq = rctx->parent; in ahash_req_done() local
997 struct crypto_async_request *areq = rctx->parent; in handle_ahash_resp() local
1262 struct crypto_async_request *areq = rctx->parent; in handle_aead_req() local
1532 struct crypto_async_request *areq = rctx->parent; in handle_aead_resp() local
1609 struct crypto_async_request *areq = rctx->parent; in finish_req() local
/linux-6.3-rc2/drivers/crypto/caam/
A Djr.c368 u32 status, void *areq), in caam_jr_enqueue()
A Dcaamalg_qi2.c135 static struct caam_request *to_caam_req(struct crypto_async_request *areq) in to_caam_req()
1285 struct crypto_async_request *areq = cbk_ctx; in aead_encrypt_done() local
1306 struct crypto_async_request *areq = cbk_ctx; in aead_decrypt_done() local
1393 struct crypto_async_request *areq = cbk_ctx; in skcipher_encrypt_done() local
1431 struct crypto_async_request *areq = cbk_ctx; in skcipher_decrypt_done() local
3400 struct crypto_async_request *areq = cbk_ctx; in ahash_done() local
3427 struct crypto_async_request *areq = cbk_ctx; in ahash_done_bi() local
3465 struct crypto_async_request *areq = cbk_ctx; in ahash_done_ctx_src() local
3492 struct crypto_async_request *areq = cbk_ctx; in ahash_done_ctx_dst() local
/linux-6.3-rc2/drivers/crypto/aspeed/
A Daspeed-hace-crypto.c16 static int aspeed_crypto_do_fallback(struct skcipher_request *areq) in aspeed_crypto_do_fallback()
37 static bool aspeed_crypto_need_fallback(struct skcipher_request *areq) in aspeed_crypto_need_fallback()
68 static int aspeed_crypto_do_request(struct crypto_engine *engine, void *areq) in aspeed_crypto_do_request()
/linux-6.3-rc2/drivers/crypto/stm32/
A Dstm32-cryp.c183 struct aead_request *areq; member
1167 struct aead_request *areq) in stm32_cryp_prepare_req()
1252 void *areq) in stm32_cryp_prepare_cipher_req()
1261 static int stm32_cryp_cipher_one_req(struct crypto_engine *engine, void *areq) in stm32_cryp_cipher_one_req()
1276 static int stm32_cryp_prepare_aead_req(struct crypto_engine *engine, void *areq) in stm32_cryp_prepare_aead_req()
1284 static int stm32_cryp_aead_one_req(struct crypto_engine *engine, void *areq) in stm32_cryp_aead_one_req()

Completed in 58 milliseconds

123