/linux-6.14.4/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 48 struct rk_ahash_ctx *tfmctx = crypto_ahash_ctx(tfm); in rk_ahash_digest_fb() 124 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_init() 137 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_update() 152 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_final() 166 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_finup() 183 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_import() 196 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_export() 346 struct rk_ahash_ctx *tctx = crypto_ahash_ctx(tfm); in rk_hash_init_tfm() 368 struct rk_ahash_ctx *tctx = crypto_ahash_ctx(tfm); in rk_hash_exit_tfm()
|
/linux-6.14.4/drivers/crypto/tegra/ |
D | tegra-se-hash.c | 117 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_fallback_init() 130 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_fallback_update() 145 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_fallback_final() 159 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_fallback_finup() 176 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_fallback_digest() 193 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_fallback_import() 206 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_fallback_export() 353 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_do_init() 398 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in tegra_sha_do_update() 466 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_do_final() [all …]
|
D | tegra-se-aes.c | 1544 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_do_init() 1573 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_do_update() 1650 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_do_final() 1710 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_do_one_req() 1816 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_setkey() 1839 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_init() 1850 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_update() 1861 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_final() 1872 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_finup() 1883 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_digest()
|
/linux-6.14.4/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-hash.c | 28 struct sun8i_ce_hash_tfm_ctx *op = crypto_ahash_ctx(tfm); in sun8i_ce_hash_init_tfm() 66 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_exit_tfm() 76 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_init() 90 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_export() 102 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_import() 114 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_final() 139 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_update() 154 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_finup() 182 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_digest_fb()
|
/linux-6.14.4/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 235 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(ahash); in safexcel_handle_req_result() 316 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_send_req() 525 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(ahash); 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() 1194 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in safexcel_hmac_alg_setkey() 1240 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_sha256_init() [all …]
|
/linux-6.14.4/drivers/crypto/starfive/ |
D | jh7110-hash.c | 168 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in starfive_hash_copy_hash() 199 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in starfive_hash_one_request() 259 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_init() 276 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_update() 293 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_final() 310 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_finup() 326 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_digest() 347 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_export() 361 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_import() 376 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(hash); in starfive_hash_init_tfm() [all …]
|
/linux-6.14.4/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-hash.c | 50 struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(ahash); in sun8i_ss_hmac_setkey() 97 struct sun8i_ss_hash_tfm_ctx *op = crypto_ahash_ctx(tfm); in sun8i_ss_hash_init_tfm() 135 struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ss_hash_exit_tfm() 148 struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ss_hash_init() 162 struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ss_hash_export() 174 struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ss_hash_import() 186 struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ss_hash_final() 212 struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ss_hash_update() 227 struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ss_hash_finup() 256 struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ss_hash_digest_fb() [all …]
|
/linux-6.14.4/arch/x86/crypto/ |
D | ghash-clmulni-intel_glue.c | 182 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_init() 196 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_update() 214 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_final() 254 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_digest() 275 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_setkey()
|
/linux-6.14.4/crypto/ |
D | cryptd.c | 435 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_init_tfm() 452 struct cryptd_hash_ctx *nctx = crypto_ahash_ctx(ntfm); in cryptd_hash_clone_tfm() 453 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_clone_tfm() 466 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_exit_tfm() 474 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(parent); in cryptd_hash_setkey() 517 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_complete() 535 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_init() 611 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_digest() 642 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_import() 1019 ctx = crypto_ahash_ctx(tfm); in cryptd_alloc_ahash() [all …]
|
D | ahash.c | 123 return *(struct crypto_shash **)crypto_ahash_ctx(tfm); in ahash_to_shash() 619 struct crypto_shash **nctx = crypto_ahash_ctx(nhash); in crypto_clone_ahash()
|
/linux-6.14.4/arch/arm/crypto/ |
D | ghash-ce-glue.c | 219 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_init() 233 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_update() 251 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_final() 268 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_digest() 290 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_import() 309 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_setkey()
|
/linux-6.14.4/drivers/crypto/aspeed/ |
D | aspeed-hace-hash.c | 352 struct aspeed_sham_ctx *tctx = crypto_ahash_ctx(tfm); in aspeed_ahash_hmac_resume() 538 struct aspeed_sham_ctx *tctx = crypto_ahash_ctx(tfm); in aspeed_ahash_do_request() 562 struct aspeed_sham_ctx *tctx = crypto_ahash_ctx(tfm); in aspeed_ahash_prepare_request() 585 struct aspeed_sham_ctx *tctx = crypto_ahash_ctx(tfm); in aspeed_sham_update() 626 struct aspeed_sham_ctx *tctx = crypto_ahash_ctx(tfm); in aspeed_sham_final() 640 struct aspeed_sham_ctx *tctx = crypto_ahash_ctx(tfm); in aspeed_sham_finup() 665 struct aspeed_sham_ctx *tctx = crypto_ahash_ctx(tfm); in aspeed_sham_init() 754 struct aspeed_sham_ctx *tctx = crypto_ahash_ctx(tfm); in aspeed_sham_setkey()
|
/linux-6.14.4/drivers/crypto/ |
D | img-hash.c | 491 struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm); in img_hash_init() 555 struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm); in img_hash_update() 570 struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm); in img_hash_final() 584 struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm); in img_hash_finup() 600 struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm); in img_hash_import() 613 struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm); in img_hash_export() 625 struct img_hash_ctx *tctx = crypto_ahash_ctx(tfm); in img_hash_digest()
|
D | atmel-sha.c | 429 struct atmel_sha_ctx *tctx = crypto_ahash_ctx(tfm); in atmel_sha_init() 1688 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_setup() 1749 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_prehash_key_done() 1766 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_compute_ipad_hash() 1786 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_compute_opad_hash() 1802 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_setup_done() 1852 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_setkey() 1873 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_init_done() 1890 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_final() 1949 struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm); in atmel_sha_hmac_digest2() [all …]
|
D | mxs-dcp.c | 605 struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm); in mxs_dcp_run_sha() 675 struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm); in dcp_sha_req_to_buf() 780 struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm); in dcp_sha_init() 810 struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm); in dcp_sha_update_fx() 872 struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm); in dcp_sha_import() 887 struct dcp_async_ctx *actx_state = crypto_ahash_ctx(tfm); in dcp_sha_export()
|
D | sa2ul.c | 1404 struct sa_tfm_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in sa_sha_run() 1543 struct sa_tfm_ctx *ctx = crypto_ahash_ctx(tfm); in sa_sha_init() 1559 struct sa_tfm_ctx *ctx = crypto_ahash_ctx(tfm); in sa_sha_update() 1574 struct sa_tfm_ctx *ctx = crypto_ahash_ctx(tfm); in sa_sha_final() 1588 struct sa_tfm_ctx *ctx = crypto_ahash_ctx(tfm); in sa_sha_finup() 1605 struct sa_tfm_ctx *ctx = crypto_ahash_ctx(tfm); in sa_sha_import() 1618 struct sa_tfm_ctx *ctx = crypto_ahash_ctx(tfm); in sa_sha_export()
|
D | omap-sham.c | 304 struct omap_sham_ctx *tctx = crypto_ahash_ctx(tfm); in omap_sham_copy_hash_omap4() 451 struct omap_sham_ctx *tctx = crypto_ahash_ctx(tfm); in omap_sham_write_ctrl_omap4() 941 struct omap_sham_ctx *tctx = crypto_ahash_ctx(tfm); in omap_sham_init() 1286 struct omap_sham_ctx *tctx = crypto_ahash_ctx(tfm); in omap_sham_setkey()
|
D | talitos.c | 1793 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in common_nonsnoop_hash() 1916 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_edesc_alloc() 1931 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_init() 1984 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_process_req() 2137 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_export() 2161 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_import()
|
D | s5p-sss.c | 1596 struct s5p_hash_ctx *tctx = crypto_ahash_ctx(tfm); in s5p_hash_init() 1711 struct s5p_hash_ctx *tctx = crypto_ahash_ctx(tfm); in s5p_hash_import()
|
/linux-6.14.4/drivers/crypto/intel/keembay/ |
D | keembay-ocs-hcu-core.c | 167 struct ocs_hcu_ctx *tctx = crypto_ahash_ctx(tfm); in kmb_ocs_hcu_find_dev() 379 struct ocs_hcu_ctx *ctx = crypto_ahash_ctx(tfm); in prepare_ipad() 418 struct ocs_hcu_ctx *tctx = crypto_ahash_ctx(tfm); in kmb_ocs_hcu_do_one_request() 566 struct ocs_hcu_ctx *ctx = crypto_ahash_ctx(tfm); in kmb_ocs_hcu_init() 655 struct ocs_hcu_ctx *ctx = crypto_ahash_ctx(tfm); in kmb_ocs_hcu_fin_common() 751 struct ocs_hcu_ctx *ctx = crypto_ahash_ctx(tfm); in kmb_ocs_hcu_setkey()
|
/linux-6.14.4/drivers/crypto/stm32/ |
D | stm32-hash.c | 276 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(tfm); in stm32_hash_write_key() 309 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(tfm); in stm32_hash_write_ctrl() 595 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(tfm); in stm32_hash_hmac_dma_send() 816 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(tfm); in stm32_hash_init() 930 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(ahash); in stm32_hash_emptymsg_fallback() 1029 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_one_request() 1256 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(tfm); in stm32_hash_prepare_request() 1340 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_unprepare_request() 1478 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(tfm); in stm32_hash_setkey()
|
/linux-6.14.4/include/crypto/internal/ |
D | hash.h | 109 static inline void *crypto_ahash_ctx(struct crypto_ahash *tfm) in crypto_ahash_ctx() function
|
/linux-6.14.4/drivers/crypto/bcm/ |
D | cipher.c | 1906 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_enqueue() 1963 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in __ahash_init() 2019 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_init() 2092 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_update() 2147 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_final() 2186 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_finup() 2254 struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash); in ahash_setkey() 2318 struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash); in ahash_hmac_setkey() 2421 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_hmac_init() 2473 struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm); in ahash_hmac_digest()
|
/linux-6.14.4/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-hash.c | 195 struct sun4i_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun4i_hash()
|
/linux-6.14.4/drivers/crypto/amcc/ |
D | crypto4xx_core.c | 559 ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(ahash_req)); in crypto4xx_ahash_done()
|