Searched refs:crypto_ahash_init (Results 1 – 11 of 11) sorted by relevance
| /linux/crypto/ |
| H A D | algif_hash.c | 141 crypto_ahash_init(&ctx->req), in hash_sendmsg() 203 err = crypto_wait_req(crypto_ahash_init(&ctx->req), in hash_recvmsg()
|
| H A D | ahash.c | 371 int crypto_ahash_init(struct ahash_request *req) in crypto_ahash_init() function 389 EXPORT_SYMBOL_GPL(crypto_ahash_init);
|
| H A D | tcrypt.c | 751 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_jiffies() 820 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_cycles() 839 ret = do_one_ahash_op(req, crypto_ahash_init(req)); in test_ahash_cycles()
|
| H A D | testmgr.c | 1550 err = do_ahash_op(crypto_ahash_init, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
|
| /linux/security/integrity/ima/ |
| H A D | ima_crypto.c | 347 rc = ahash_wait(crypto_ahash_init(req), &wait); in ima_calc_file_hash_atfm() 678 rc = ahash_wait(crypto_ahash_init(req), &wait); in calc_buffer_ahash_atfm()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_crypto.c | 186 err = crypto_ahash_init(req); in gss_krb5_checksum() 752 err = crypto_ahash_init(req); in krb5_etm_checksum()
|
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 33 ret = crypto_ahash_init(hp->req); in tcp_ao_calc_traffic_key() 580 if (crypto_ahash_init(hp.req)) in tcp_ao_hash_hdr() 641 if (crypto_ahash_init(hp.req)) in tcp_ao_hash_skb() 1416 err = crypto_ahash_init(hp.req); in tcp_ao_parse_crypto()
|
| /linux/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-hash.c | 157 return crypto_ahash_init(&rctx->fallback_req); in sun8i_ss_hash_init()
|
| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-hash.c | 268 return crypto_ahash_init(&rctx->ahash_fbk_req); in starfive_hash_init()
|
| /linux/drivers/crypto/ |
| H A D | img-hash.c | 498 return crypto_ahash_init(&rctx->fallback_req); in img_hash_init()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | |