Searched refs:crypto_hash_alg_common (Results 1 – 4 of 4) sorted by relevance
288 static inline struct hash_alg_common *crypto_hash_alg_common( in crypto_hash_alg_common() function306 return crypto_hash_alg_common(tfm)->digestsize; in crypto_ahash_digestsize()311 return crypto_hash_alg_common(tfm)->statesize; in crypto_ahash_statesize()
71 struct ahash_alg *alg = container_of(crypto_hash_alg_common(ahash), in to_ahash_tmpl()
517 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in mxs_dcp_run_sha()567 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_req_to_buf()681 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_init()
39 return container_of(crypto_hash_alg_common(hash), struct ahash_alg, in crypto_ahash_alg()