Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c23 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in zero_message_process()
85 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_init()
98 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_update()
113 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_final()
127 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_finup()
144 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_import()
157 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in rk_ahash_export()
213 tfm = crypto_ahash_reqtfm(req); in rk_ahash_start()
264 tfm = crypto_ahash_reqtfm(req); in rk_ahash_crypto_rx()
/Linux-v4.19/crypto/
Dahash.c144 walk->alignmask = crypto_ahash_alignmask(crypto_ahash_reqtfm(req)); in crypto_hash_walk_first()
162 walk->alignmask = crypto_ahash_alignmask(crypto_ahash_reqtfm(req)); in crypto_ahash_walk_first()
226 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_save_req()
287 crypto_ahash_digestsize(crypto_ahash_reqtfm(req))); in ahash_restore_req()
356 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_op()
367 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->final); in crypto_ahash_final()
373 return crypto_ahash_op(req, crypto_ahash_reqtfm(req)->finup); in crypto_ahash_finup()
379 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_digest()
407 err = crypto_ahash_reqtfm(req)->final(req); in ahash_def_finup_finish1()
436 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_def_finup()
Dalgif_hash.c44 ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_alloc_result()
62 ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_free_result()
194 unsigned ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_recvmsg()
242 char state[crypto_ahash_statesize(crypto_ahash_reqtfm(req)) ? : 1]; in hash_accept()
Dshash.c223 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_init()
278 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_finup()
314 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_digest()
330 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_import()
/Linux-v4.19/include/crypto/
Dhash.h375 static inline struct crypto_ahash *crypto_ahash_reqtfm( in crypto_ahash_reqtfm() function
467 return crypto_ahash_reqtfm(req)->export(req, out); in crypto_ahash_export()
483 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_import()
504 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_init()
525 return crypto_ahash_reqtfm(req)->update(req); in crypto_ahash_update()
591 crypto_ahash_reqsize(crypto_ahash_reqtfm(req))); in ahash_request_zero()
/Linux-v4.19/arch/arm/crypto/
Dghash-ce-glue.c164 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_init()
179 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_update()
197 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_final()
214 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_digest()
237 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_import()
/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel_hash.c154 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_req_result()
205 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_ahash_send_req()
207 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_send_req()
356 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_needs_inv_get()
382 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_handle_inv_result()
451 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_send_inv()
525 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_ahash_cache()
555 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_enqueue()
601 struct crypto_ahash *ahash = crypto_ahash_reqtfm(areq); in safexcel_ahash_update()
633 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq)); in safexcel_ahash_final()
[all …]
/Linux-v4.19/arch/x86/crypto/
Dghash-clmulni-intel_glue.c166 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_init()
181 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_update()
199 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_final()
239 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_digest()
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_mb.c764 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha1_mb_async_init()
778 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha1_mb_async_update()
791 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha1_mb_async_finup()
804 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha1_mb_async_final()
815 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha1_mb_async_digest()
828 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha1_mb_async_export()
840 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha1_mb_async_import()
/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_mb.c763 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha256_mb_async_init()
777 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha256_mb_async_update()
790 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha256_mb_async_finup()
803 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha256_mb_async_final()
814 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha256_mb_async_digest()
827 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha256_mb_async_export()
839 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha256_mb_async_import()
/Linux-v4.19/arch/x86/crypto/sha512-mb/
Dsha512_mb.c796 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha512_mb_async_init()
810 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha512_mb_async_update()
823 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha512_mb_async_finup()
836 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha512_mb_async_final()
847 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha512_mb_async_digest()
860 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha512_mb_async_export()
872 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in sha512_mb_async_import()
/Linux-v4.19/drivers/crypto/stm32/
Dstm32-hash.c241 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_key()
269 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_ctrl()
495 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_hmac_dma_send()
672 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_dma_aligned_data()
697 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in stm32_hash_init()
855 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_prepare_req()
876 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_one_request()
942 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_finup()
973 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_export()
1006 struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in stm32_hash_import()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_hash.c272 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_update_complete()
286 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_digest_complete()
302 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_complete()
318 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_fin_result()
342 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_fin_hmac()
395 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_digest()
532 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_update()
608 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_do_finup()
688 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_hash_init()
1105 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in cc_mac_update()
[all …]
/Linux-v4.19/drivers/crypto/caam/
Dcaamhash.c530 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_unmap_ctx()
546 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done()
580 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_bi()
615 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_ctx_src()
649 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_done_ctx_dst()
741 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_update_ctx()
871 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_ctx()
946 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_finup_ctx()
1033 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_digest()
1113 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in ahash_final_no_ctx()
[all …]
/Linux-v4.19/drivers/crypto/
Dimg-hash.c486 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_init()
551 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_update()
566 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_final()
580 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_finup()
596 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_import()
609 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_export()
621 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in img_hash_digest()
Datmel-sha.c430 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_init()
1758 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_setup()
1819 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_prehash_key_done()
1836 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_compute_ipad_hash()
1855 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_compute_opad_hash()
1871 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_setup_done()
1947 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_init_done()
1964 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_final()
2023 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_hmac_digest2()
2407 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in atmel_sha_authenc_init()
[all …]
Dmxs-dcp.c513 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in mxs_dcp_run_sha()
563 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_req_to_buf()
680 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_init()
710 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in dcp_sha_update_fx()
Dn2_core.c311 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_init()
323 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_update()
337 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_final()
350 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_finup()
526 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_do_async_digest()
632 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hmac_async_digest()
/Linux-v4.19/drivers/crypto/qce/
Dsha.c41 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_done()
149 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_ahash_export()
180 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in qce_import_common()
236 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in qce_ahash_update()
/Linux-v4.19/Documentation/crypto/
Dapi-digest.rst17 …_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahas…
/Linux-v4.19/drivers/crypto/ux500/hash/
Dhash_core.c551 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_init()
856 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_dma_final()
962 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_hw_final()
1069 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hash_hw_update()
1353 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_sha1_init()
1366 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_sha256_init()
1419 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hmac_sha1_init()
1432 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in hmac_sha256_init()
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-sha.c31 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_sha_complete()
62 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_do_sha_update()
185 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_sha_init()
Dccp-crypto-aes-cmac.c30 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_aes_cmac_complete()
61 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ccp_do_cmac_update()
/Linux-v4.19/drivers/crypto/marvell/
Dhash.c173 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(req)); in mv_cesa_ahash_std_step()
333 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(ahashreq)); in mv_cesa_ahash_complete()
813 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in mv_cesa_ahash_export()
831 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in mv_cesa_ahash_import()
1161 keylen = crypto_ahash_digestsize(crypto_ahash_reqtfm(req)); in mv_cesa_ahmac_pad_init()
/Linux-v4.19/drivers/crypto/sunxi-ss/
Dsun4i-ss-hash.c41 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun4i_hash_init()
184 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in sun4i_hash()

12