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

/linux-master/crypto/
H A Dcbc.c19 unsigned int bsize = crypto_lskcipher_blocksize(tfm);
33 unsigned int bsize = crypto_lskcipher_blocksize(tfm);
73 unsigned int bsize = crypto_lskcipher_blocksize(tfm);
97 unsigned int bsize = crypto_lskcipher_blocksize(tfm);
H A Dlskcipher.c76 unsigned bs = crypto_lskcipher_blocksize(tfm);
/linux-master/include/crypto/
H A Dskcipher.h438 * crypto_lskcipher_blocksize() - obtain block size of cipher
447 static inline unsigned int crypto_lskcipher_blocksize( function

Completed in 174 milliseconds