Searched refs:XTS_BLOCK_SIZE (Results 1 - 6 of 6) sorted by relevance

/linux-master/crypto/
H A Dxts.c87 const bool cts = (req->cryptlen % XTS_BLOCK_SIZE);
88 const int bs = XTS_BLOCK_SIZE;
110 w.total - w.nbytes + avail < 2 * XTS_BLOCK_SIZE) {
151 scatterwalk_map_and_copy(&b, rctx->tail, 0, XTS_BLOCK_SIZE, 0);
153 scatterwalk_map_and_copy(&b, rctx->tail, 0, XTS_BLOCK_SIZE, 1);
164 int offset = req->cryptlen & ~(XTS_BLOCK_SIZE - 1);
167 int tail = req->cryptlen % XTS_BLOCK_SIZE;
172 offset - XTS_BLOCK_SIZE);
174 scatterwalk_map_and_copy(b, rctx->tail, 0, XTS_BLOCK_SIZE, 0);
180 scatterwalk_map_and_copy(b, rctx->tail, 0, XTS_BLOCK_SIZE
[all...]
/linux-master/include/crypto/
H A Dxts.h9 #define XTS_BLOCK_SIZE 16 macro
/linux-master/arch/powerpc/crypto/
H A Daes_xts.c90 if (!crypto_simd_usable() || (req->cryptlen % XTS_BLOCK_SIZE) != 0) {
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c1072 if (req->cryptlen < XTS_BLOCK_SIZE)
1140 if (req->cryptlen < XTS_BLOCK_SIZE)
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c2462 if (req->cryptlen < XTS_BLOCK_SIZE)
2470 if (req->cryptlen < XTS_BLOCK_SIZE)
2486 .ivsize = XTS_BLOCK_SIZE,
2494 .cra_blocksize = XTS_BLOCK_SIZE,
/linux-master/drivers/crypto/
H A Datmel-aes.c1069 if (req->cryptlen < XTS_BLOCK_SIZE)
1072 if (!IS_ALIGNED(req->cryptlen, XTS_BLOCK_SIZE))

Completed in 134 milliseconds