Searched refs:crypto_ahash_statesize (Results 1 – 10 of 10) sorted by relevance
17 …crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahash_reqsize crypto_ahash_statesize crypto_aha…
361 static inline unsigned int crypto_ahash_statesize(struct crypto_ahash *tfm) in crypto_ahash_statesize() function
242 state = kmalloc(crypto_ahash_statesize(tfm), GFP_KERNEL); in hash_accept()
299 state = kmalloc(crypto_ahash_statesize(tfm), gfp); in ahash_save_req()
1487 const unsigned int statesize = crypto_ahash_statesize(tfm); in test_ahash_vec_cfg()1976 statesize = crypto_ahash_statesize(atfm); in __alg_test_hash()
45 crypto_ahash_statesize(op->fallback_tfm)); in sun8i_ce_hash_init_tfm()
114 crypto_ahash_statesize(op->fallback_tfm)); in sun8i_ss_hash_init_tfm()
390 crypto_ahash_set_statesize(hash, crypto_ahash_statesize(ctx->ahash_fbk)); in starfive_hash_init_tfm()
447 statesize = crypto_ahash_statesize(ctx->fallback_tfm); in tegra_sha_init_fallback()
2502 crypto_ahash_statesize(ctx->fback); in safexcel_sha3_cra_init()
Completed in 36 milliseconds