Home
last modified time | relevance | path

Searched refs:crypto_ahash_update (Results 1 – 13 of 13) sorted by relevance

/linux/net/ipv4/
H A Dtcp_sigpool.c342 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 Dtcp_ao.c39 crypto_ahash_update(hp->req); in tcp_ao_calc_traffic_key()
453 return crypto_ahash_update(hp->req); in tcp_v4_ao_hash_pseudoheader()
522 return crypto_ahash_update(hp->req); in tcp_ao_hash_sne()
554 err = crypto_ahash_update(hp->req); in tcp_ao_hash_header()
1421 err = crypto_ahash_update(hp.req); in tcp_ao_parse_crypto()
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c148 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/crypto/
H A Dahash.c359 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 Dalgif_hash.c149 err = crypto_ahash_update(&ctx->req); in hash_sendmsg()
H A Dtcrypt.c755 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 Dtestmgr.c1566 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/ipv6/
H A Dtcp_ao.c131 return crypto_ahash_update(hp->req); in tcp_v6_ao_hash_pseudoheader()
H A Dtcp_ipv6.c
/linux/security/integrity/ima/
H A Dima_crypto.c415 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/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c227 return crypto_ahash_update(&rctx->fallback_req); in sun8i_ss_hash_update()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c285 return crypto_ahash_update(&rctx->ahash_fbk_req); in starfive_hash_update()
/linux/drivers/crypto/
H A Dimg-hash.c564 return crypto_ahash_update(&rctx->fallback_req); in img_hash_update()