Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dhmac.c158 struct crypto_shash *parent = __crypto_shash_cast(tfm); in hmac_init_tfm()
177 struct hmac_ctx *ctx = hmac_ctx(__crypto_shash_cast(tfm)); in hmac_exit_tfm()
Dshash.c518 struct crypto_shash *hash = __crypto_shash_cast(tfm); in crypto_shash_init_tfm()
/linux-4.4.14/include/crypto/internal/
Dhash.h241 static inline struct crypto_shash *__crypto_shash_cast(struct crypto_tfm *tfm) in __crypto_shash_cast() function
/linux-4.4.14/drivers/crypto/vmx/
Dghash.c60 struct crypto_shash *shash_tfm = __crypto_shash_cast(tfm); in p8_ghash_init_tfm()
/linux-4.4.14/drivers/crypto/
Dpadlock-sha.c213 struct crypto_shash *hash = __crypto_shash_cast(tfm); in padlock_cra_init()