| /linux/net/ipv4/ ! |
| H A D | tcp_sigpool.c | 342 if (crypto_ahash_update(req)) in tcp_sigpool_hash_skb_data() 353 if (crypto_ahash_update(req)) in tcp_sigpool_hash_skb_data()
|
| H A D | tcp_ao.c | 40 crypto_ahash_update(hp->req); in tcp_ao_calc_traffic_key() 454 return crypto_ahash_update(hp->req); in tcp_v4_ao_hash_pseudoheader() 523 return crypto_ahash_update(hp->req); in tcp_ao_hash_sne() 555 err = crypto_ahash_update(hp->req); in tcp_ao_hash_header() 1422 err = crypto_ahash_update(hp.req); in tcp_ao_parse_crypto()
|
| /linux/crypto/ ! |
| H A D | hmac.c | 289 crypto_ahash_update(req) ?: in hmac_setkey_ahash() 295 crypto_ahash_update(req) ?: in hmac_setkey_ahash() 351 return crypto_ahash_update(req); in hmac_update_ahash()
|
| H A D | ahash.c | 359 crypto_ahash_update(req) ?: in ahash_do_req_chain() 447 int crypto_ahash_update(struct ahash_request *req) in crypto_ahash_update() function 496 EXPORT_SYMBOL_GPL(crypto_ahash_update); 624 err = crypto_ahash_update(req); in ahash_def_finup()
|
| H A D | algif_hash.c | 149 err = crypto_ahash_update(&ctx->req); in hash_sendmsg()
|
| H A D | tcrypt.c | 755 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_jiffies() 824 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles() 843 ret = do_one_ahash_op(req, crypto_ahash_update(req)); in test_ahash_cycles()
|
| H A D | ccm.c | 202 err = crypto_ahash_update(ahreq); in crypto_ccm_auth()
|
| H A D | testmgr.c | 1566 err = do_ahash_op(crypto_ahash_update, req, &wait, in test_ahash_vec_cfg() 1610 err = do_ahash_op(crypto_ahash_update, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
|
| /linux/net/sunrpc/auth_gss/ ! |
| H A D | gss_krb5_crypto.c | 148 return crypto_ahash_update(req); in checksummer() 203 err = crypto_ahash_update(req); in gss_krb5_checksum() 758 err = crypto_ahash_update(req); in krb5_etm_checksum()
|
| /linux/net/ipv6/ ! |
| H A D | tcp_ao.c | 131 return crypto_ahash_update(hp->req); in tcp_v6_ao_hash_pseudoheader()
|
| /linux/security/integrity/ima/ ! |
| H A D | ima_crypto.c | 415 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm() 685 ahash_rc = crypto_ahash_update(req); in calc_buffer_ahash_atfm()
|
| /linux/drivers/crypto/ ! |
| H A D | padlock-sha.c | 66 crypto_ahash_update(req) ?: in padlock_sha_update()
|
| H A D | img-hash.c | 564 return crypto_ahash_update(&rctx->fallback_req); in img_hash_update()
|
| H A D | sa2ul.c | 1551 return crypto_ahash_update(&rctx->fallback_req); in sa_sha_update()
|
| /linux/include/crypto/ ! |
| H A D | hash.h | 579 int crypto_ahash_update(struct ahash_request *req);
|
| /linux/drivers/crypto/rockchip/ ! |
| H A D | rk3288_crypto_ahash.c | 145 return crypto_ahash_update(&rctx->fallback_req); in rk_ahash_update()
|
| /linux/drivers/crypto/allwinner/sun8i-ce/ ! |
| H A D | sun8i-ce-hash.c | 159 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ce_hash_update()
|
| /linux/drivers/crypto/allwinner/sun8i-ss/ ! |
| H A D | sun8i-ss-hash.c | 227 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ss_hash_update()
|
| /linux/drivers/crypto/aspeed/ ! |
| H A D | aspeed-hace-hash.c | 452 ret = ret ?: crypto_ahash_update(fbreq) ?: in aspeed_ahash_fallback()
|
| /linux/drivers/crypto/starfive/ ! |
| H A D | jh7110-hash.c | 285 return crypto_ahash_update(&rctx->ahash_fbk_req); in starfive_hash_update()
|
| /linux/drivers/crypto/tegra/ ! |
| H A D | tegra-se-hash.c | 139 return crypto_ahash_update(&rctx->fallback_req); in tegra_sha_fallback_update()
|
| /linux/drivers/crypto/marvell/cesa/ ! |
| H A D | hash.c | 1121 ret = crypto_ahash_update(req); in mv_cesa_ahmac_iv_state_init()
|
| /linux/drivers/crypto/inside-secure/ ! |
| H A D | safexcel_hash.c | 1108 ret = crypto_ahash_update(areq); in safexcel_hmac_init_iv() 2333 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_update(subreq); in safexcel_sha3_update()
|