Searched refs:crypto_shash_alg (Results 1 – 3 of 3) sorted by relevance
35 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_setkey()52 return crypto_shash_alg(desc->tfm)->update(desc, data, len); in crypto_shash_update()58 return crypto_shash_alg(desc->tfm)->final(desc, out); in crypto_shash_final()65 struct shash_alg *shash = crypto_shash_alg(desc->tfm); in shash_default_finup()81 struct shash_alg *shash = crypto_shash_alg(desc->tfm); in shash_default_digest()95 return crypto_shash_alg(tfm)->digest(desc, data, len, out); in crypto_shash_digest()118 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_export()131 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_import()147 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_exit_tfm()155 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_init_tfm()[all …]
731 static inline struct shash_alg *crypto_shash_alg(struct crypto_shash *tfm) in crypto_shash_alg() function747 return crypto_shash_alg(tfm)->digestsize; in crypto_shash_digestsize()752 return crypto_shash_alg(tfm)->statesize; in crypto_shash_statesize()895 return crypto_shash_alg(tfm)->init(desc); in crypto_shash_init()
50 struct shash_alg *alg = crypto_shash_alg(hash); in zynqmp_sha_init_tfm()
Completed in 14 milliseconds