Searched refs:F2FS_XTS_TWEAK_SIZE (Results 1 – 2 of 2) sorted by relevance
330 u8 xts_tweak[F2FS_XTS_TWEAK_SIZE]; in f2fs_page_crypto()349 BUILD_BUG_ON(F2FS_XTS_TWEAK_SIZE < sizeof(index)); in f2fs_page_crypto()352 F2FS_XTS_TWEAK_SIZE - sizeof(index)); in f2fs_page_crypto()
60 #define F2FS_XTS_TWEAK_SIZE 16 macro