Home
last modified time | relevance | path

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

12

/linux/drivers/crypto/rockchip/
A Drk3288_crypto_ahash.c21 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/crypto/
A Dahash.c129 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 …]
A Dshash.c259 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()
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()
189 unsigned ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_recvmsg()
/linux/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-hash.c76 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_init()
90 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_export()
102 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_import()
114 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_final()
137 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_update()
152 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_finup()
177 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_digest_fb()
219 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_digest()
253 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ce_hash_run()
/linux/include/crypto/
A Dhash.h401 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/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-hash.c76 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_init()
90 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_export()
102 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_import()
114 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_final()
137 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_update()
152 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_finup()
177 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_digest_fb()
284 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_digest()
321 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun8i_ss_hash_run()
/linux/drivers/crypto/inside-secure/
A Dsafexcel_hash.c233 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()
2404 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in safexcel_sha3_224_init()
2422 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in safexcel_sha3_fbcheck()
2459 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in safexcel_sha3_update()
2469 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in safexcel_sha3_final()
2479 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in safexcel_sha3_finup()
2494 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in safexcel_sha3_digest_fallback()
2514 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in safexcel_sha3_export()
2524 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in safexcel_sha3_import()
[all …]
/linux/arch/arm/crypto/
A Dghash-ce-glue.c201 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/arch/x86/crypto/
A Dghash-clmulni-intel_glue.c162 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/drivers/crypto/stm32/
A Dstm32-hash.c227 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/drivers/crypto/ccree/
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/
A Dimg-hash.c485 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()
A Dmxs-dcp.c550 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 Datmel-sha.c428 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 …]
A Dsa2ul.c1365 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()
A Dn2_core.c314 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/drivers/crypto/caam/
A Dcaamhash.c581 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()
814 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_ctx()
939 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_ctx()
1000 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_finup_ctx()
1074 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_digest()
1141 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_no_ctx()
1190 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_no_ctx()
1311 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_finup_no_ctx()
[all …]
/linux/drivers/crypto/ux500/hash/
A Dhash_core.c552 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()
965 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_hw_final()
1074 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_hw_update()
1364 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_sha1_init()
1377 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_sha256_init()
1430 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hmac_sha1_init()
1443 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hmac_sha256_init()
/linux/drivers/crypto/keembay/
A Dkeembay-ocs-hcu-core.c166 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/Documentation/crypto/
A Dapi-digest.rst17 …_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahas…
/linux/drivers/crypto/ccp/
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()
A Dccp-crypto-aes-cmac.c27 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/drivers/crypto/marvell/cesa/
A Dhash.c179 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/drivers/crypto/allwinner/sun4i-ss/
A Dsun4i-ss-hash.c50 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun4i_hash_init()
193 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun4i_hash()

Completed in 80 milliseconds

12