Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dxts.c100 const int bs = XTS_BLOCK_SIZE; in crypt()
173 const unsigned int bsize = XTS_BLOCK_SIZE; in xts_crypt()
253 if (crypto_cipher_blocksize(cipher) != XTS_BLOCK_SIZE) { in init_tfm()
268 if (crypto_cipher_blocksize(cipher) != XTS_BLOCK_SIZE) { in init_tfm()
/linux-4.4.14/include/crypto/
Dxts.h9 #define XTS_BLOCK_SIZE 16 macro