Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dahash.c493 rhash.digestsize = __crypto_hash_alg_common(alg)->digestsize; in crypto_ahash_report()
519 __crypto_hash_alg_common(alg)->digestsize); in crypto_ahash_show()
647 return IS_ERR(alg) ? ERR_CAST(alg) : __crypto_hash_alg_common(alg); in ahash_attr_alg()
Dchacha20poly1305.c613 poly_hash = __crypto_hash_alg_common(poly); in chachapoly_create()
Dccm.c484 mac = __crypto_hash_alg_common(mac_alg); in crypto_ccm_create_common()
Dgcm.c627 ghash = __crypto_hash_alg_common(ghash_alg); in crypto_gcm_create_common()
/Linux-v4.19/include/crypto/
Dhash.h308 static inline struct hash_alg_common *__crypto_hash_alg_common( in __crypto_hash_alg_common() function
317 return __crypto_hash_alg_common(crypto_ahash_tfm(tfm)->__crt_alg); in crypto_hash_alg_common()
/Linux-v4.19/include/crypto/internal/
Dhash.h138 return container_of(__crypto_hash_alg_common(alg), struct ahash_alg, in __crypto_ahash_alg()