Searched refs:crypto_ahash_statesize (Results 1 – 7 of 7) sorted by relevance
17 …crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahash_reqsize crypto_ahash_statesize crypto_aha…
45 if (algt->alg.hash.halg.statesize < crypto_ahash_statesize(op->fallback_tfm)) in sun8i_ce_hash_crainit()46 algt->alg.hash.halg.statesize = crypto_ahash_statesize(op->fallback_tfm); in sun8i_ce_hash_crainit()
45 if (algt->alg.hash.halg.statesize < crypto_ahash_statesize(op->fallback_tfm)) in sun8i_ss_hash_crainit()46 algt->alg.hash.halg.statesize = crypto_ahash_statesize(op->fallback_tfm); in sun8i_ss_hash_crainit()
170 hashstate = kmalloc(crypto_ahash_statesize(alg->tfm), GFP_KERNEL); in fsverity_prepare_hash_state()
371 static inline unsigned int crypto_ahash_statesize(struct crypto_ahash *tfm) in crypto_ahash_statesize() function
1366 const unsigned int statesize = crypto_ahash_statesize(tfm); in test_ahash_vec_cfg()1845 statesize = crypto_ahash_statesize(atfm); in __alg_test_hash()
2549 crypto_ahash_statesize(ctx->fback); in safexcel_sha3_cra_init()
Completed in 26 milliseconds