Home
last modified time | relevance | path

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

/linux/crypto/
H A Dahash.c34 static inline struct crypto_shash *ahash_to_shash(struct crypto_ahash *tfm) in ahash_to_shash() function
44 desc->tfm = ahash_to_shash(tfm); in prepare_shash_desc()
228 struct crypto_shash *shash = ahash_to_shash(tfm); in crypto_ahash_setkey()
606 shash = crypto_clone_shash(ahash_to_shash(hash)); in crypto_clone_ahash()