Searched refs:crypto_hash_alg_common (Results 1 – 4 of 4) sorted by relevance
71 struct ahash_alg *alg = container_of(crypto_hash_alg_common(ahash), in to_ahash_tmpl()
314 static inline struct hash_alg_common *crypto_hash_alg_common( in crypto_hash_alg_common() function332 return crypto_hash_alg_common(tfm)->digestsize; in crypto_ahash_digestsize()347 return crypto_hash_alg_common(tfm)->statesize; in crypto_ahash_statesize()
516 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()
41 return container_of(crypto_hash_alg_common(hash), struct ahash_alg, in crypto_ahash_alg()