Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dxts.h9 #define XTS_BLOCK_SIZE 16 macro
/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c496 } else if (req->cryptlen < XTS_BLOCK_SIZE) { in tegra_aes_crypt()