Home
last modified time | relevance | path

Searched refs:crypto_ahash_digestsize (Results 1 - 25 of 76) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamhash.c203 int digestsize = crypto_ahash_digestsize(ahash); in ahash_set_sh_desc()
259 int digestsize = crypto_ahash_digestsize(ahash); in axcbc_set_sh_desc()
311 int digestsize = crypto_ahash_digestsize(ahash); in acmac_set_sh_desc()
427 int digestsize = crypto_ahash_digestsize(ahash); in ahash_setkey()
582 int digestsize = crypto_ahash_digestsize(ahash); in ahash_done_cpy()
635 int digestsize = crypto_ahash_digestsize(ahash); in ahash_done_switch()
946 int digestsize = crypto_ahash_digestsize(ahash); in ahash_final_ctx()
1008 int digestsize = crypto_ahash_digestsize(ahash); in ahash_finup_ctx()
1079 int digestsize = crypto_ahash_digestsize(ahash); in ahash_digest()
1148 int digestsize = crypto_ahash_digestsize(ahas in ahash_final_no_ctx()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamhash.c208 int digestsize = crypto_ahash_digestsize(ahash); in ahash_set_sh_desc()
264 int digestsize = crypto_ahash_digestsize(ahash); in axcbc_set_sh_desc()
316 int digestsize = crypto_ahash_digestsize(ahash); in acmac_set_sh_desc()
430 int digestsize = crypto_ahash_digestsize(ahash); in ahash_setkey()
591 int digestsize = crypto_ahash_digestsize(ahash); in ahash_done_cpy()
644 int digestsize = crypto_ahash_digestsize(ahash); in ahash_done_switch()
953 int digestsize = crypto_ahash_digestsize(ahash); in ahash_final_ctx()
1015 int digestsize = crypto_ahash_digestsize(ahash); in ahash_finup_ctx()
1086 int digestsize = crypto_ahash_digestsize(ahash); in ahash_digest()
1155 int digestsize = crypto_ahash_digestsize(ahas in ahash_final_no_ctx()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Dsha.c39 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_ahash_done()
145 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_ahash_export()
175 unsigned int digestsize = crypto_ahash_digestsize(ahash); in qce_import_common()
365 unsigned int digestsize = crypto_ahash_digestsize(tfm); in qce_ahash_hmac_setkey()
/kernel/linux/linux-5.10/net/ipv4/
H A Dah4.c30 len = size + crypto_ahash_digestsize(ahash) + in ah_alloc_tmp()
60 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash), in ah_tmp_req()
508 crypto_ahash_digestsize(ahash)) { in ah_init_state()
511 crypto_ahash_digestsize(ahash), in ah_init_state()
/kernel/linux/linux-5.10/net/ipv6/
H A Dah6.c54 len = size + crypto_ahash_digestsize(ahash) + in ah_alloc_tmp()
89 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash), in ah_tmp_req()
707 crypto_ahash_digestsize(ahash)) { in ah6_init_state()
709 x->aalg->alg_name, crypto_ahash_digestsize(ahash), in ah6_init_state()
/kernel/linux/linux-5.10/crypto/
H A Dauthencesn.c234 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt_tail()
282 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt()
350 ctx->reqoff = ALIGN(2 * crypto_ahash_digestsize(auth), in crypto_authenc_esn_init_tfm()
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()
189 unsigned ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_recvmsg()
/kernel/linux/linux-5.10/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c57 int rk_digest_size = crypto_ahash_digestsize(tfm); in zero_message_process()
259 switch (crypto_ahash_digestsize(tfm)) { in rk_hash_run()
303 for (i = 0; i < crypto_ahash_digestsize(tfm) / 4; i++) { in rk_hash_run()
/kernel/linux/linux-6.6/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c68 int rk_digest_size = crypto_ahash_digestsize(tfm); in zero_message_process()
284 switch (crypto_ahash_digestsize(tfm)) { in rk_hash_run()
327 for (i = 0; i < crypto_ahash_digestsize(tfm) / 4; i++) { in rk_hash_run()
/kernel/linux/linux-6.6/crypto/
H A Dauthencesn.c232 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt_tail()
279 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt()
347 ctx->reqoff = ALIGN(2 * crypto_ahash_digestsize(auth), in crypto_authenc_esn_init_tfm()
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()
/kernel/linux/linux-6.6/net/ipv6/
H A Dah6.c54 len = size + crypto_ahash_digestsize(ahash) + in ah_alloc_tmp()
89 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash), in ah_tmp_req()
712 crypto_ahash_digestsize(ahash)) { in ah6_init_state()
/kernel/linux/linux-6.6/net/ipv4/
H A Dah4.c30 len = size + crypto_ahash_digestsize(ahash) + in ah_alloc_tmp()
60 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash), in ah_tmp_req()
517 crypto_ahash_digestsize(ahash)) { in ah_init_state()
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_hash.c307 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_digest_complete()
327 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_hash_complete()
347 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_fin_result()
370 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_fin_hmac()
423 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_hash_digest()
637 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_do_finup()
744 digestsize = crypto_ahash_digestsize(ahash); in cc_hash_setkey()
1229 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_mac_final()
1350 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_mac_finup()
1426 u32 digestsize = crypto_ahash_digestsize(tf in cc_mac_digest()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_hash.c307 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_digest_complete()
327 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_hash_complete()
347 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_fin_result()
370 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_fin_hmac()
423 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_hash_digest()
637 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_do_finup()
744 digestsize = crypto_ahash_digestsize(ahash); in cc_hash_setkey()
1229 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_mac_final()
1350 u32 digestsize = crypto_ahash_digestsize(tfm); in cc_mac_finup()
1426 u32 digestsize = crypto_ahash_digestsize(tf in cc_mac_digest()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
H A Dhash.c173 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(req)); in mv_cesa_ahash_std_step()
336 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(ahashreq)); in mv_cesa_ahash_complete()
821 unsigned int digsize = crypto_ahash_digestsize(ahash); in mv_cesa_ahash_export()
839 unsigned int digsize = crypto_ahash_digestsize(ahash); in mv_cesa_ahash_import()
1169 keylen = crypto_ahash_digestsize(crypto_ahash_reqtfm(req)); in mv_cesa_ahmac_pad_init()
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/
H 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()
845 unsigned int digsize = crypto_ahash_digestsize(ahash); in mv_cesa_ahash_export()
863 unsigned int digsize = crypto_ahash_digestsize(ahash); in mv_cesa_ahash_import()
1168 keylen = crypto_ahash_digestsize(crypto_ahash_reqtfm(req)); in mv_cesa_ahmac_pad_init()
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c232 for (i = 0; i < crypto_ahash_digestsize(tfm) / 4; i++) in sun4i_hash()
383 for (i = 0; i < crypto_ahash_digestsize(tfm) / 4; i++) in sun4i_hash()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c234 for (i = 0; i < crypto_ahash_digestsize(tfm) / 4; i++) in sun4i_hash()
385 for (i = 0; i < crypto_ahash_digestsize(tfm) / 4; i++) in sun4i_hash()
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c673 ds = crypto_ahash_digestsize( in crypto4xx_hash_init()
686 unsigned int ds = crypto_ahash_digestsize(ahash); in crypto4xx_hash_update()
705 unsigned int ds = crypto_ahash_digestsize(ahash); in crypto4xx_hash_digest()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c72 digestsize = crypto_ahash_digestsize(ahash); in sun8i_ss_hmac_setkey()
518 digestsize = crypto_ahash_digestsize(tfm); in sun8i_ss_hash_run()
711 memcpy(areq->result, result, crypto_ahash_digestsize(tfm)); in sun8i_ss_hash_run()
/kernel/linux/linux-6.6/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c673 ds = crypto_ahash_digestsize( in crypto4xx_hash_init()
686 unsigned int ds = crypto_ahash_digestsize(ahash); in crypto4xx_hash_update()
705 unsigned int ds = crypto_ahash_digestsize(ahash); in crypto4xx_hash_digest()
/kernel/linux/linux-5.10/fs/verity/
H A Dhash_algs.c87 if (WARN_ON(alg->digest_size != crypto_ahash_digestsize(tfm))) in fsverity_get_hash_alg()
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c242 checksumlen = crypto_ahash_digestsize(tfm); in make_checksum()
322 checksumdata = kmalloc(crypto_ahash_digestsize(tfm), GFP_KERNEL); in gss_krb5_checksum()
358 min_t(int, cksumout->len, crypto_ahash_digestsize(tfm))); in gss_krb5_checksum()
939 checksumdata = kmalloc(crypto_ahash_digestsize(tfm), GFP_KERNEL); in krb5_etm_checksum()
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_algo.c1711 get_alg_config(&params.alg_prm, crypto_ahash_digestsize(rtfm)); in chcr_ahash_update()
1793 get_alg_config(&params.alg_prm, crypto_ahash_digestsize(rtfm)); in chcr_ahash_final()
1818 params.hash_size = crypto_ahash_digestsize(rtfm); in chcr_ahash_final()
1870 get_alg_config(&params.alg_prm, crypto_ahash_digestsize(rtfm)); in chcr_ahash_finup()
1896 params.hash_size = crypto_ahash_digestsize(rtfm); in chcr_ahash_finup()
1967 get_alg_config(&params.alg_prm, crypto_ahash_digestsize(rtfm)); in chcr_ahash_digest()
1989 params.hash_size = crypto_ahash_digestsize(rtfm); in chcr_ahash_digest()
2042 get_alg_config(&params.alg_prm, crypto_ahash_digestsize(rtfm)); in chcr_ahash_continue()
2069 params.hash_size = crypto_ahash_digestsize(rtfm); in chcr_ahash_continue()
2101 digestsize = crypto_ahash_digestsize(crypto_ahash_reqtf in chcr_handle_ahash_resp()
[all...]

Completed in 31 milliseconds

1234