Searched refs:XTS_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
104 const int bs = XTS_BLOCK_SIZE; in post_crypt()155 const int bs = XTS_BLOCK_SIZE; in pre_crypt()451 if (alg->base.cra_blocksize != XTS_BLOCK_SIZE) in create()490 inst->alg.base.cra_blocksize = XTS_BLOCK_SIZE; in create()494 inst->alg.ivsize = XTS_BLOCK_SIZE; in create()
9 #define XTS_BLOCK_SIZE 16 macro