Home
last modified time | relevance | path

Searched refs:walksize (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/crypto/
Dskcipher.h137 unsigned int walksize; member
308 return alg->walksize; in crypto_skcipher_alg_walksize()
/linux-4.19.296/crypto/
Dskcipher.c908 seq_printf(m, "walksize : %u\n", skcipher->walksize); in crypto_skcipher_show()
982 alg->walksize > PAGE_SIZE / 8) in skcipher_prepare_alg()
987 if (!alg->walksize) in skcipher_prepare_alg()
988 alg->walksize = alg->chunksize; in skcipher_prepare_alg()