Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/
H A Dskcipher.h488 static inline unsigned int crypto_lskcipher_chunksize( in crypto_lskcipher_chunksize() function
/linux-6.15/crypto/
H A Dlskcipher.c77 unsigned cs = crypto_lskcipher_chunksize(tfm); in crypto_lskcipher_crypt_unaligned()