Home
last modified time | relevance | path

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

/linux/drivers/crypto/qce/
H A Dsha.h64 struct ahash_alg *alg = container_of(crypto_hash_alg_common(ahash), in to_ahash_tmpl()
/linux/include/crypto/internal/
H A Dhash.h119 return crypto_hash_alg_common(tfm)->base.cra_flags & in crypto_hash_no_export_core()
183 return container_of(crypto_hash_alg_common(hash), struct ahash_alg, in crypto_ahash_alg()
/linux/include/crypto/
H A Dhash.h373 static inline struct hash_alg_common *crypto_hash_alg_common( in crypto_hash_alg_common() function
391 return crypto_hash_alg_common(tfm)->digestsize; in crypto_ahash_digestsize()
/linux/drivers/crypto/
H A Dmxs-dcp.c636 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in mxs_dcp_run_sha()
677 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_req_to_buf()
782 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_init()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2417 crypto_hash_alg_common(ahash)->statesize = in safexcel_sha3_cra_init()
/linux/crypto/
H A Dtestmgr.c1764 const char *algname = crypto_hash_alg_common(tfm)->base.cra_name; in test_hash_vs_generic_impl()