crypto_hash_alg_common
const char *algname = crypto_hash_alg_common(tfm)->base.cra_name;
crypto_hash_alg_common(ahash)->statesize =
struct hash_alg_common *halg = crypto_hash_alg_common(tfm);
struct hash_alg_common *halg = crypto_hash_alg_common(tfm);
struct hash_alg_common *halg = crypto_hash_alg_common(tfm);
struct ahash_alg *alg = container_of(crypto_hash_alg_common(ahash),
return crypto_hash_alg_common(tfm)->digestsize;
return crypto_hash_alg_common(tfm)->base.cra_flags &
return container_of(crypto_hash_alg_common(hash), struct ahash_alg,