Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dhash.h19 struct hash_alg_common *halg = __crypto_hash_alg_common(alg); in crypto_hash_report_stat()
H A Dahash.c478 rhash.digestsize = __crypto_hash_alg_common(alg)->digestsize; in crypto_ahash_report()
492 __crypto_hash_alg_common(alg)->digestsize); in crypto_ahash_show()
/openbmc/linux/include/crypto/internal/
H A Dhash.h106 return __crypto_hash_alg_common(spawn->base.alg); in crypto_spawn_ahash_alg()
148 return container_of(__crypto_hash_alg_common(alg), struct ahash_alg, in __crypto_ahash_alg()
/openbmc/linux/include/crypto/
H A Dhash.h365 static inline struct hash_alg_common *__crypto_hash_alg_common( in __crypto_hash_alg_common() function
374 return __crypto_hash_alg_common(crypto_ahash_tfm(tfm)->__crt_alg); in crypto_hash_alg_common()