Home
last modified time | relevance | path

Searched refs:crypto_hash_alg_common (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/crypto/qce/
Dsha.h63 struct ahash_alg *alg = container_of(crypto_hash_alg_common(ahash), in to_ahash_tmpl()
/Linux-v5.10/include/crypto/
Dhash.h338 static inline struct hash_alg_common *crypto_hash_alg_common( in crypto_hash_alg_common() function
356 return crypto_hash_alg_common(tfm)->digestsize; in crypto_ahash_digestsize()
371 return crypto_hash_alg_common(tfm)->statesize; in crypto_ahash_statesize()
/Linux-v5.10/crypto/
Dahash.c37 return container_of(crypto_hash_alg_common(hash), struct ahash_alg, in crypto_ahash_alg()
165 const struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in ahash_set_needkey()
Dtestmgr.c1648 const char *algname = crypto_hash_alg_common(tfm)->base.cra_name; in test_hash_vs_generic_impl()
/Linux-v5.10/drivers/crypto/
Dmxs-dcp.c578 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in mxs_dcp_run_sha()
615 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_req_to_buf()
720 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_init()
/Linux-v5.10/drivers/md/
Ddm-verity-target.c1093 crypto_hash_alg_common(v->tfm)->base.cra_driver_name); in verity_ctr()
/Linux-v5.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c2546 crypto_hash_alg_common(ahash)->statesize = in safexcel_sha3_cra_init()