Home
last modified time | relevance | path

Searched refs:crypto_ahash_reqtfm (Results 1 – 25 of 41) sorted by relevance

12

/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c89 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_init()
105 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_export()
119 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_import()
133 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_final()
150 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_update()
165 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_finup()
183 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_digest_fb()
200 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_need_fallback()
241 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_digest()
318 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_prepare()
[all …]
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c47 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in rk_ahash_digest_fb()
66 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in zero_message_process()
122 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_init()
136 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_update()
151 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_final()
166 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_finup()
182 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_import()
196 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_export()
263 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in rk_hash_run()
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c116 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_sha_fallback_init()
130 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_sha_fallback_update()
145 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_sha_fallback_final()
160 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_sha_fallback_finup()
176 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_sha_fallback_digest()
192 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_sha_fallback_import()
206 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_sha_fallback_export()
354 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_sha_do_init()
400 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in tegra_sha_do_update()
468 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_sha_do_final()
[all …]
H A Dtegra-se-aes.c1544 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_do_init()
1573 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_do_update()
1650 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_do_final()
1710 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_do_one_req()
1839 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_init()
1850 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_update()
1861 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_final()
1872 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_finup()
1883 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in tegra_cmac_digest()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c233 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_req_result()
312 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_send_req()
522 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_inv_result()
591 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_send_inv()
689 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_enqueue()
768 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_final()
935 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_sha1_init()
1012 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_hmac_sha1_init()
1073 keylen = crypto_ahash_digestsize(crypto_ahash_reqtfm(areq)); in safexcel_hmac_init_pad()
1238 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_sha256_init()
[all …]
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c147 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_init()
163 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_export()
177 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_import()
191 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_final()
218 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_update()
233 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_finup()
261 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_digest_fb()
347 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_need_fallback()
396 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_digest()
481 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_run()
/linux/crypto/
H A Dahash.c325 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_do_req_chain()
373 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_init()
407 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_update_finish()
449 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_update()
500 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_finup_finish()
530 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_finup()
572 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_digest()
597 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_def_finup_finish1()
633 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_export_core()
643 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_export()
[all …]
H A Dalgif_hash.c39 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()
185 unsigned ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_recvmsg()
241 tfm = crypto_ahash_reqtfm(req); in hash_accept()
H A Dhmac.c310 struct crypto_ahash *tfm = crypto_ahash_reqtfm(preq); in hmac_import_ahash()
325 struct crypto_ahash *tfm = crypto_ahash_reqtfm(preq); in hmac_import_core_ahash()
335 struct crypto_ahash *tfm = crypto_ahash_reqtfm(preq); in hmac_init_ahash()
356 struct crypto_ahash *tfm = crypto_ahash_reqtfm(preq); in hmac_finup_finish()
H A Dcryptd.c493 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_enqueue()
522 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_complete()
540 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_init()
616 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_digest()
647 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cryptd_hash_import()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c168 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()
256 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_init()
274 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_update()
291 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_final()
308 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_finup()
324 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_digest()
349 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_export()
363 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_import()
/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-hash.c24 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_free_data_blocks()
46 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_free_sa_record()
62 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_handle_result()
161 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in __eip93_hash_init()
213 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_send_hash_req()
289 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_init()
392 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_update()
440 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in __eip93_hash_final()
522 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in eip93_hash_finup()
/linux/arch/s390/crypto/
H A Dphmac_s390.c409 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in phmac_kmac_update()
523 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in phmac_kmac_final()
568 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in phmac_init()
605 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in phmac_update()
649 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in phmac_final()
684 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in phmac_finup()
869 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in phmac_do_one_request()
/linux/drivers/crypto/ccree/
H A Dcc_hash.c287 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/drivers/crypto/
H A Dimg-hash.c489 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_init()
555 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_update()
570 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_final()
585 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_finup()
602 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_import()
616 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_export()
629 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_digest()
H A Dmxs-dcp.c604 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in mxs_dcp_run_sha()
674 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_req_to_buf()
779 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_init()
809 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_update_fx()
871 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_import()
886 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_export()
H A Datmel-sha.c428 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_init()
1688 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_setup()
1749 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_prehash_key_done()
1766 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()
2284 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_authenc_init()
[all …]
/linux/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c462 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in aspeed_ahash_do_request()
482 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in aspeed_ahash_prepare_request()
505 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in aspeed_sham_update()
522 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in aspeed_sham_finup()
536 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in aspeed_sham_init()
/linux/drivers/crypto/caam/
H A Dcaamhash.c591 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_cpy()
642 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_switch()
764 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(crypto_ahash_reqtfm(req)); in ahash_do_one_req()
823 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_ctx()
948 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_ctx()
1009 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_finup_ctx()
1083 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_digest()
1150 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_no_ctx()
1199 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_no_ctx()
1320 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_finup_no_ctx()
[all …]
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c168 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in kmb_ocs_hcu_find_dev()
387 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in prepare_ipad()
425 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in kmb_ocs_hcu_do_one_request()
574 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in kmb_ocs_hcu_init()
663 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in kmb_ocs_hcu_fin_common()
/linux/Documentation/crypto/
H A Dapi-digest.rst20 …_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahas…
/linux/drivers/crypto/ccp/
H A Dccp-crypto-sha.c30 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()
/linux/drivers/crypto/stm32/
H A Dstm32-hash.c275 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_key()
308 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_ctrl()
594 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_hmac_dma_send()
815 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in stm32_hash_init()
929 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in stm32_hash_emptymsg_fallback()
958 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in stm32_hash_copy_hash()
1029 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_one_request()
1254 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in stm32_hash_prepare_request()
1338 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_unprepare_request()
/linux/include/crypto/
H A Dhash.h446 static inline struct crypto_ahash *crypto_ahash_reqtfm( in crypto_ahash_reqtfm() function
642 crypto_ahash_reqsize(crypto_ahash_reqtfm(req))); in ahash_request_zero()
/linux/drivers/crypto/marvell/cesa/
H A Dhash.c182 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(req)); in mv_cesa_ahash_std_step()
363 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(ahashreq)); in mv_cesa_ahash_complete()
841 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in mv_cesa_ahash_export()
859 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in mv_cesa_ahash_import()
1166 keylen = crypto_ahash_digestsize(crypto_ahash_reqtfm(req)); in mv_cesa_ahmac_pad_init()

12