Searched refs:EXT4_XTS_TWEAK_SIZE (Results 1 – 2 of 2) sorted by relevance
316 u8 xts_tweak[EXT4_XTS_TWEAK_SIZE]; in ext4_page_crypto()356 BUILD_BUG_ON(EXT4_XTS_TWEAK_SIZE < sizeof(index)); in ext4_page_crypto()359 EXT4_XTS_TWEAK_SIZE - sizeof(index)); in ext4_page_crypto()
58 #define EXT4_XTS_TWEAK_SIZE 16 macro