Home
last modified time | relevance | path

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

/linux-6.14.4/include/crypto/
Dskcipher.h481 static inline unsigned int crypto_lskcipher_chunksize( in crypto_lskcipher_chunksize() function
/linux-6.14.4/crypto/
Dlskcipher.c77 unsigned cs = crypto_lskcipher_chunksize(tfm); in crypto_lskcipher_crypt_unaligned()