Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dhmac.c159 struct crypto_shash *parent = __crypto_shash_cast(tfm); in hmac_init_tfm()
178 struct hmac_ctx *ctx = hmac_ctx(__crypto_shash_cast(tfm)); in hmac_exit_tfm()
Dshash.c410 struct crypto_shash *hash = __crypto_shash_cast(tfm); in crypto_shash_init_tfm()
/linux-4.19.296/include/crypto/internal/
Dhash.h245 static inline struct crypto_shash *__crypto_shash_cast(struct crypto_tfm *tfm) in __crypto_shash_cast() function