Searched refs:XTS_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
100 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()
9 #define XTS_BLOCK_SIZE 16 macro