Lines Matching defs:statesize
1185 const unsigned int statesize = crypto_shash_statesize(tfm);
1287 testmgr_poison(hashstate + statesize,
1294 if (!testmgr_is_poison(hashstate + statesize,
1369 const unsigned int statesize = crypto_ahash_statesize(tfm);
1466 testmgr_poison(hashstate + statesize,
1474 if (!testmgr_is_poison(hashstate + statesize,
1808 unsigned int statesize;
1850 statesize = crypto_ahash_statesize(atfm);
1852 statesize = max(statesize, crypto_shash_statesize(stfm));
1853 hashstate = kmalloc(statesize + TESTMGR_POISON_LEN, GFP_KERNEL);