Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/
Dahash.c158 const struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in ahash_set_needkey()
299 return crypto_hash_errstat(crypto_hash_alg_common(tfm), err); in crypto_ahash_op()
305 struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in crypto_ahash_final()
317 struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in crypto_ahash_finup()
333 struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in crypto_ahash_digest()
544 struct hash_alg_common *halg = crypto_hash_alg_common(hash); in crypto_clone_ahash()
Dtestmgr.c1744 const char *algname = crypto_hash_alg_common(tfm)->base.cra_name; in test_hash_vs_generic_impl()
/Linux-v6.6/drivers/crypto/qce/
Dsha.h64 struct ahash_alg *alg = container_of(crypto_hash_alg_common(ahash), in to_ahash_tmpl()
/Linux-v6.6/include/crypto/
Dhash.h371 static inline struct hash_alg_common *crypto_hash_alg_common( in crypto_hash_alg_common() function
389 return crypto_hash_alg_common(tfm)->digestsize; in crypto_ahash_digestsize()
604 struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in crypto_ahash_update()
/Linux-v6.6/include/crypto/internal/
Dhash.h154 return container_of(crypto_hash_alg_common(hash), struct ahash_alg, in crypto_ahash_alg()
/Linux-v6.6/drivers/crypto/
Dmxs-dcp.c582 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in mxs_dcp_run_sha()
623 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_req_to_buf()
728 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_init()
/Linux-v6.6/drivers/md/
Ddm-verity-target.c1306 crypto_hash_alg_common(v->tfm)->base.cra_driver_name); in verity_ctr()
/Linux-v6.6/drivers/crypto/inside-secure/
Dsafexcel_hash.c2501 crypto_hash_alg_common(ahash)->statesize = in safexcel_sha3_cra_init()