Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dhash.h263 static inline struct hash_alg_common *__crypto_hash_alg_common( in __crypto_hash_alg_common() function
272 return __crypto_hash_alg_common(crypto_ahash_tfm(tfm)->__crt_alg); in crypto_hash_alg_common()
/linux-4.1.27/crypto/
Dahash.c496 rhash.digestsize = __crypto_hash_alg_common(alg)->digestsize; in crypto_ahash_report()
522 __crypto_hash_alg_common(alg)->digestsize); in crypto_ahash_show()
615 return IS_ERR(alg) ? ERR_CAST(alg) : __crypto_hash_alg_common(alg); in ahash_attr_alg()
/linux-4.1.27/include/crypto/internal/
Dhash.h138 return container_of(__crypto_hash_alg_common(alg), struct ahash_alg, in __crypto_ahash_alg()