Lines Matching defs:statesize
1296 const unsigned int statesize = crypto_shash_statesize(tfm);
1399 testmgr_poison(hashstate + statesize,
1406 if (!testmgr_is_poison(hashstate + statesize,
1479 const unsigned int statesize = crypto_ahash_statesize(tfm);
1577 testmgr_poison(hashstate + statesize,
1585 if (!testmgr_is_poison(hashstate + statesize,
1908 unsigned int statesize;
1953 statesize = crypto_ahash_statesize(atfm);
1955 statesize = max(statesize, crypto_shash_statesize(stfm));
1956 hashstate = kmalloc(statesize + TESTMGR_POISON_LEN, GFP_KERNEL);