Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dcrypto.c316 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()
Dext4_crypto.h58 #define EXT4_XTS_TWEAK_SIZE 16 macro