Home
last modified time | relevance | path

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

/linux/crypto/
H A Dshash.c21 return crypto_shash_alg(tfm)->base.cra_flags & in crypto_shash_block_only()
27 return crypto_shash_alg(tfm)->base.cra_flags & in crypto_shash_final_nonzero()
33 return crypto_shash_alg(tfm)->base.cra_flags & in crypto_shash_finup_max()
53 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_setkey()
78 return crypto_shash_alg(tfm)->init(desc); in __crypto_shash_init()
92 struct shash_alg *shash = crypto_shash_alg(desc->tfm); in shash_default_finup()
123 return crypto_shash_alg(tfm)->update(desc, data, len); in crypto_shash_finup()
152 err = crypto_shash_alg(tfm)->update(desc, src, nbytes); in crypto_shash_finup()
171 return crypto_shash_op_and_zero(crypto_shash_alg(tfm)->finup, desc, in crypto_shash_finup()
191 return crypto_shash_op_and_zero(crypto_shash_alg(tf in crypto_shash_digest()
[all...]
/linux/include/crypto/
H A Dhash.h799 static inline struct shash_alg *crypto_shash_alg(struct crypto_shash *tfm) in crypto_shash_alg() function
815 return crypto_shash_alg(tfm)->digestsize; in crypto_shash_digestsize()
820 return crypto_shash_alg(tfm)->statesize; in crypto_shash_statesize()
855 return crypto_shash_alg(tfm)->descsize; in crypto_shash_descsize()
/linux/drivers/crypto/xilinx/
H A Dzynqmp-sha.c48 struct shash_alg *alg = crypto_shash_alg(hash); in zynqmp_sha_init_tfm()