Lines Matching defs:statesize
1280 const unsigned int statesize = crypto_shash_statesize(tfm);
1383 testmgr_poison(hashstate + statesize,
1390 if (!testmgr_is_poison(hashstate + statesize,
1464 const unsigned int statesize = crypto_ahash_statesize(tfm);
1562 testmgr_poison(hashstate + statesize,
1570 if (!testmgr_is_poison(hashstate + statesize,
1908 unsigned int statesize;
1951 statesize = crypto_ahash_statesize(atfm);
1953 statesize = max(statesize, crypto_shash_statesize(stfm));
1954 hashstate = kmalloc(statesize + TESTMGR_POISON_LEN, GFP_KERNEL);