Home
last modified time | relevance | path

Searched refs:crypto_skcipher_alg_walksize (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/internal/
H A Dskcipher.h176 static inline unsigned int crypto_skcipher_alg_walksize( in crypto_skcipher_alg_walksize() function
196 return crypto_skcipher_alg_walksize(crypto_skcipher_alg(tfm)); in crypto_skcipher_walksize()
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dskcipher.h206 static inline unsigned int crypto_skcipher_alg_walksize( in crypto_skcipher_alg_walksize() function
226 return crypto_skcipher_alg_walksize(crypto_skcipher_alg(tfm)); in crypto_skcipher_walksize()
/kernel/linux/linux-5.10/crypto/
H A Dessiv.c587 skcipher_inst->alg.walksize = crypto_skcipher_alg_walksize(skcipher_alg); in essiv_create()
/kernel/linux/linux-6.6/crypto/
H A Dessiv.c588 skcipher_inst->alg.walksize = crypto_skcipher_alg_walksize(skcipher_alg); in essiv_create()

Completed in 3 milliseconds