Home
last modified time | relevance | path

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

/include/crypto/
Dhash.h772 static inline struct shash_alg *crypto_shash_alg(struct crypto_shash *tfm) in crypto_shash_alg() function
788 return crypto_shash_alg(tfm)->digestsize; in crypto_shash_digestsize()
793 return crypto_shash_alg(tfm)->statesize; in crypto_shash_statesize()
903 return crypto_shash_alg(desc->tfm)->export(desc, out); in crypto_shash_export()
925 return crypto_shash_alg(tfm)->import(desc, in); in crypto_shash_import()
947 return crypto_shash_alg(tfm)->init(desc); in crypto_shash_init()