Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dskcipher.h223 static inline unsigned int crypto_skcipher_walksize( in crypto_skcipher_walksize() function
/openbmc/linux/crypto/
H A Dskcipher.c488 walk->stride = crypto_skcipher_walksize(tfm); in skcipher_walk_skcipher()