Home
last modified time | relevance | path

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

/linux-2.6.39/crypto/
Dhmac.c161 struct crypto_shash *parent = __crypto_shash_cast(tfm); in hmac_init_tfm()
180 struct hmac_ctx *ctx = hmac_ctx(__crypto_shash_cast(tfm)); in hmac_exit_tfm()
Dshash.c514 struct crypto_shash *hash = __crypto_shash_cast(tfm); in crypto_shash_init_tfm()
/linux-2.6.39/include/crypto/internal/
Dhash.h217 static inline struct crypto_shash *__crypto_shash_cast(struct crypto_tfm *tfm) in __crypto_shash_cast() function
/linux-2.6.39/drivers/crypto/
Dpadlock-sha.c212 struct crypto_shash *hash = __crypto_shash_cast(tfm); in padlock_cra_init()