Home
last modified time | relevance | path

Searched refs:crypto_lskcipher_blocksize (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/crypto/
H A Dcbc.c19 unsigned int bsize = crypto_lskcipher_blocksize(tfm); in crypto_cbc_encrypt_segment()
33 unsigned int bsize = crypto_lskcipher_blocksize(tfm); in crypto_cbc_encrypt_inplace()
73 unsigned int bsize = crypto_lskcipher_blocksize(tfm); in crypto_cbc_decrypt_segment()
97 unsigned int bsize = crypto_lskcipher_blocksize(tfm); in crypto_cbc_decrypt_inplace()
H A Dlskcipher.c76 unsigned bs = crypto_lskcipher_blocksize(tfm); in crypto_lskcipher_crypt_unaligned()
/linux-6.15/include/crypto/
H A Dskcipher.h454 static inline unsigned int crypto_lskcipher_blocksize( in crypto_lskcipher_blocksize() function