Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dhash.h766 static inline struct crypto_tfm *crypto_shash_tfm(struct crypto_shash *tfm) in crypto_shash_tfm() function
779 crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm)); in crypto_free_shash()
784 return crypto_tfm_alg_name(crypto_shash_tfm(tfm)); in crypto_shash_alg_name()
789 return crypto_tfm_alg_driver_name(crypto_shash_tfm(tfm)); in crypto_shash_driver_name()
803 return crypto_tfm_alg_blocksize(crypto_shash_tfm(tfm)); in crypto_shash_blocksize()
813 return __crypto_shash_alg(crypto_shash_tfm(tfm)->__crt_alg); in crypto_shash_alg()
837 return crypto_tfm_get_flags(crypto_shash_tfm(tfm)); in crypto_shash_get_flags()
842 crypto_tfm_set_flags(crypto_shash_tfm(tfm), flags); in crypto_shash_set_flags()
847 crypto_tfm_clear_flags(crypto_shash_tfm(tfm), flags); in crypto_shash_clear_flags()
/linux/crypto/
H A Dshash.c400 struct crypto_tfm *tfm = crypto_shash_tfm(hash); in crypto_clone_shash()
429 crypto_shash_tfm(nhash)->exit = crypto_shash_exit_tfm; in crypto_clone_shash()