Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dhmac.c143 struct crypto_shash *parent = __crypto_shash_cast(tfm); in hmac_init_tfm()
166 struct hmac_ctx *ctx = hmac_ctx(__crypto_shash_cast(tfm)); in hmac_exit_tfm()
Dshash.c391 struct crypto_shash *hash = __crypto_shash_cast(tfm); in crypto_shash_init_tfm()
/Linux-v5.4/include/crypto/internal/
Dhash.h240 static inline struct crypto_shash *__crypto_shash_cast(struct crypto_tfm *tfm) in __crypto_shash_cast() function
/Linux-v5.4/drivers/crypto/
Dpadlock-sha.c195 struct crypto_shash *hash = __crypto_shash_cast(tfm); in padlock_cra_init()