/linux-5.19.10/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 21 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in zero_message_process() 83 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_init() 96 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_update() 111 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_final() 125 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_finup() 142 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_import() 155 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_export() 211 tfm = crypto_ahash_reqtfm(req); in rk_ahash_start() 262 tfm = crypto_ahash_reqtfm(req); in rk_ahash_crypto_rx()
|
/linux-5.19.10/crypto/ |
D | ahash.c | 129 walk->alignmask = crypto_ahash_alignmask(crypto_ahash_reqtfm(req)); in crypto_hash_walk_first() 201 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_save_req() 262 crypto_ahash_digestsize(crypto_ahash_reqtfm(req))); in ahash_restore_req() 331 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_op() 342 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_final() 348 ret = crypto_ahash_op(req, crypto_ahash_reqtfm(req)->final); in crypto_ahash_final() 356 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_finup() 362 ret = crypto_ahash_op(req, crypto_ahash_reqtfm(req)->finup); in crypto_ahash_finup() 370 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_digest() 404 err = crypto_ahash_reqtfm(req)->final(req); in ahash_def_finup_finish1() [all …]
|
D | shash.c | 259 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_init() 313 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_finup() 347 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_digest() 362 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_import()
|
D | algif_hash.c | 39 ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_alloc_result() 57 ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_free_result() 189 unsigned ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_recvmsg()
|
/linux-5.19.10/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-hash.c | 77 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_init() 91 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_export() 103 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_import() 115 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_final() 138 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_update() 153 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_finup() 178 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_digest_fb() 202 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_need_fallback() 235 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_digest() 327 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_run()
|
/linux-5.19.10/include/crypto/ |
D | hash.h | 401 static inline struct crypto_ahash *crypto_ahash_reqtfm( in crypto_ahash_reqtfm() function 493 return crypto_ahash_reqtfm(req)->export(req, out); in crypto_ahash_export() 509 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_import() 530 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_init() 551 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_update() 557 ret = crypto_ahash_reqtfm(req)->update(req); in crypto_ahash_update() 625 crypto_ahash_reqsize(crypto_ahash_reqtfm(req))); in ahash_request_zero()
|
/linux-5.19.10/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 233 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_req_result() 316 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_send_req() 524 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_inv_result() 593 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_send_inv() 691 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_enqueue() 770 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_final() 937 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_sha1_init() 1014 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_hmac_sha1_init() 1095 keylen = crypto_ahash_digestsize(crypto_ahash_reqtfm(areq)); in safexcel_hmac_init_pad() 1266 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_sha256_init() [all …]
|
/linux-5.19.10/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-hash.c | 167 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_init() 181 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_export() 193 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_import() 205 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_final() 228 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_update() 243 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_finup() 268 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_digest_fb() 351 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_need_fallback() 400 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_digest() 485 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_run()
|
/linux-5.19.10/arch/arm/crypto/ |
D | ghash-ce-glue.c | 201 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_init() 215 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_update() 233 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_final() 250 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_digest() 272 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_import()
|
/linux-5.19.10/arch/x86/crypto/ |
D | ghash-clmulni-intel_glue.c | 162 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_init() 176 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_update() 194 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_final() 234 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_digest()
|
/linux-5.19.10/drivers/crypto/stm32/ |
D | stm32-hash.c | 227 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_key() 255 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_ctrl() 481 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_hmac_dma_send() 659 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_dma_aligned_data() 684 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in stm32_hash_init() 842 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_prepare_req() 863 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_one_request() 929 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_finup() 960 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_export() 993 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_import()
|
/linux-5.19.10/drivers/crypto/ccree/ |
D | cc_hash.c | 287 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_update_complete() 305 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_digest_complete() 325 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_complete() 345 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_fin_result() 368 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_fin_hmac() 421 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_digest() 559 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_update() 635 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_do_finup() 715 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_init() 1153 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_mac_update() [all …]
|
/linux-5.19.10/drivers/crypto/ |
D | img-hash.c | 485 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_init() 550 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_update() 565 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_final() 579 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_finup() 595 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_import() 608 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_export() 620 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_digest()
|
D | mxs-dcp.c | 550 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in mxs_dcp_run_sha() 620 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_req_to_buf() 725 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_init() 755 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_update_fx() 817 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_import() 832 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_export()
|
D | atmel-sha.c | 428 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_init() 1689 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_setup() 1750 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_prehash_key_done() 1767 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_compute_ipad_hash() 1786 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_compute_opad_hash() 1802 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_setup_done() 1873 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_init_done() 1890 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_final() 1949 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_digest2() 2258 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_authenc_init() [all …]
|
D | sa2ul.c | 1366 tfm = crypto_ahash_reqtfm(req); in sa_sha_dma_in_callback() 1382 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in zero_message_process() 1404 struct sa_tfm_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in sa_sha_run() 1541 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_init() 1557 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_update() 1572 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_final() 1586 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_finup() 1604 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_import() 1617 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_export()
|
D | n2_core.c | 314 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_init() 326 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_update() 340 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_final() 353 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_finup() 524 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_do_async_digest() 630 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hmac_async_digest()
|
/linux-5.19.10/drivers/crypto/caam/ |
D | caamhash.c | 581 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_cpy() 632 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_switch() 697 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_edesc_alloc() 758 struct caam_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in ahash_do_one_req() 817 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_ctx() 942 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_ctx() 1003 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_finup_ctx() 1077 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_digest() 1144 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_no_ctx() 1193 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_no_ctx() [all …]
|
/linux-5.19.10/Documentation/crypto/ |
D | api-digest.rst | 17 …_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahas…
|
/linux-5.19.10/drivers/crypto/ux500/hash/ |
D | hash_core.c | 552 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ux500_hash_init() 858 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_dma_final() 963 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_hw_final() 1072 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_hw_update() 1362 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_sha1_init() 1375 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_sha256_init() 1428 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hmac_sha1_init() 1441 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hmac_sha256_init()
|
/linux-5.19.10/drivers/crypto/keembay/ |
D | keembay-ocs-hcu-core.c | 166 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in kmb_ocs_hcu_find_dev() 378 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in prepare_ipad() 416 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in kmb_ocs_hcu_do_one_request() 565 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in kmb_ocs_hcu_init() 654 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in kmb_ocs_hcu_fin_common()
|
/linux-5.19.10/drivers/crypto/ccp/ |
D | ccp-crypto-sha.c | 30 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_sha_complete() 61 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_do_sha_update() 184 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_sha_init()
|
D | ccp-crypto-aes-cmac.c | 27 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_aes_cmac_complete() 58 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_do_cmac_update()
|
/linux-5.19.10/drivers/crypto/marvell/cesa/ |
D | hash.c | 179 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(req)); in mv_cesa_ahash_std_step() 360 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(ahashreq)); in mv_cesa_ahash_complete() 843 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in mv_cesa_ahash_export() 861 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in mv_cesa_ahash_import() 1193 keylen = crypto_ahash_digestsize(crypto_ahash_reqtfm(req)); in mv_cesa_ahmac_pad_init()
|
/linux-5.19.10/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-hash.c | 50 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun4i_hash_init() 193 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun4i_hash()
|