/linux-6.3-rc2/drivers/crypto/rockchip/ |
A D | rk3288_crypto_ahash.c | 41 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in rk_ahash_digest_fb() 61 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in zero_message_process() 117 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_init() 130 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_update() 145 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_final() 159 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_finup() 176 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_import() 189 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_export() 256 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in rk_hash_run()
|
/linux-6.3-rc2/crypto/ |
A D | ahash.c | 129 walk->alignmask = crypto_ahash_alignmask(crypto_ahash_reqtfm(req)); in crypto_hash_walk_first() 196 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_save_req() 252 crypto_ahash_digestsize(crypto_ahash_reqtfm(req))); in ahash_restore_req() 297 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_op() 308 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_final() 314 ret = crypto_ahash_op(req, crypto_ahash_reqtfm(req)->final, true); in crypto_ahash_final() 322 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_finup() 328 ret = crypto_ahash_op(req, crypto_ahash_reqtfm(req)->finup, true); in crypto_ahash_finup() 336 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_digest() 372 err = crypto_ahash_reqtfm(req)->final(subreq); in ahash_def_finup_finish1() [all …]
|
A D | shash.c | 249 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_init() 303 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_finup() 337 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_digest() 352 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_import()
|
A 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() 190 unsigned ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_recvmsg()
|
A D | cryptd.c | 472 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_enqueue() 501 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_complete() 519 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_init() 595 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_digest() 626 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_import()
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ce/ |
A 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-6.3-rc2/include/crypto/ |
A 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-6.3-rc2/drivers/crypto/inside-secure/ |
A D | safexcel_hash.c | 233 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_req_result() 524 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_inv_result() 2357 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in safexcel_sha3_224_init() 2375 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in safexcel_sha3_fbcheck() 2412 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in safexcel_sha3_update() 2422 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in safexcel_sha3_final() 2432 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in safexcel_sha3_finup() 2447 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in safexcel_sha3_digest_fallback() 2467 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in safexcel_sha3_export() 2477 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in safexcel_sha3_import() [all …]
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/ |
A 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-6.3-rc2/arch/x86/crypto/ |
A D | ghash-clmulni-intel_glue.c | 181 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_init() 195 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_update() 213 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_final() 253 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_digest()
|
/linux-6.3-rc2/drivers/crypto/stm32/ |
A D | stm32-hash.c | 243 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_key() 271 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_ctrl() 522 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_hmac_dma_send() 700 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_dma_aligned_data() 725 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in stm32_hash_init() 801 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in stm32_hash_emptymsg_fallback() 929 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_prepare_req() 950 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_one_request() 1016 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_finup() 1047 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_export() [all …]
|
/linux-6.3-rc2/drivers/crypto/ccree/ |
A 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-6.3-rc2/drivers/crypto/ |
A D | img-hash.c | 489 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_init() 554 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_update() 569 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_final() 583 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_finup() 599 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_import() 612 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_export() 624 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_digest()
|
A 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()
|
A 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() 2257 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_authenc_init() [all …]
|
A D | sa2ul.c | 1365 tfm = crypto_ahash_reqtfm(req); in sa_sha_dma_in_callback() 1381 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in zero_message_process() 1403 struct sa_tfm_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in sa_sha_run() 1540 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_init() 1556 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_update() 1571 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_final() 1585 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_finup() 1603 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_import() 1616 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sa_sha_export()
|
/linux-6.3-rc2/drivers/crypto/aspeed/ |
A D | aspeed-hace-hash.c | 362 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in aspeed_ahash_hmac_resume() 548 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in aspeed_ahash_do_request() 572 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in aspeed_ahash_prepare_request() 591 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in aspeed_sham_update() 632 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in aspeed_sham_final() 646 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in aspeed_sham_finup() 671 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in aspeed_sham_init() 756 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in aspeed_sha512s_init()
|
/linux-6.3-rc2/drivers/crypto/caam/ |
A D | caamhash.c | 589 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_cpy() 640 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_switch() 705 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_edesc_alloc() 825 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_ctx() 950 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_ctx() 1011 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_finup_ctx() 1085 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_digest() 1152 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_no_ctx() 1201 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_no_ctx() 1322 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_finup_no_ctx() [all …]
|
/linux-6.3-rc2/arch/arm/crypto/ |
A D | ghash-ce-glue.c | 218 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_init() 232 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_update() 250 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_final() 267 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_digest() 289 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_import()
|
/linux-6.3-rc2/Documentation/crypto/ |
A D | api-digest.rst | 17 …_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahas…
|
/linux-6.3-rc2/drivers/crypto/keembay/ |
A 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-6.3-rc2/drivers/crypto/ccp/ |
A 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()
|
A 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-6.3-rc2/drivers/crypto/marvell/cesa/ |
A 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() 1168 keylen = crypto_ahash_digestsize(crypto_ahash_reqtfm(req)); in mv_cesa_ahmac_pad_init()
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun4i-ss/ |
A 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()
|