Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/qce/
Dsha.h71 struct ahash_alg *alg = container_of(crypto_hash_alg_common(ahash), in to_ahash_tmpl()
/Linux-v4.19/include/crypto/
Dhash.h314 static inline struct hash_alg_common *crypto_hash_alg_common( in crypto_hash_alg_common() function
332 return crypto_hash_alg_common(tfm)->digestsize; in crypto_ahash_digestsize()
347 return crypto_hash_alg_common(tfm)->statesize; in crypto_ahash_statesize()
/Linux-v4.19/drivers/crypto/
Dmxs-dcp.c516 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in mxs_dcp_run_sha()
566 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_req_to_buf()
683 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_init()
/Linux-v4.19/crypto/
Dahash.c41 return container_of(crypto_hash_alg_common(hash), struct ahash_alg, in crypto_ahash_alg()