Home
last modified time | relevance | path

Searched refs:__crypto_shash_cast (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/crypto/
H A Dshash.c146 struct crypto_shash *hash = __crypto_shash_cast(tfm); in crypto_shash_exit_tfm()
154 struct crypto_shash *hash = __crypto_shash_cast(tfm); in crypto_shash_init_tfm()
/linux-6.15/include/crypto/internal/
H A Dhash.h245 static inline struct crypto_shash *__crypto_shash_cast(struct crypto_tfm *tfm) in __crypto_shash_cast() function