Home
last modified time | relevance | path

Searched refs:FS_CRYPTO_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dfname.c246 encrypted_len = max(orig_len, (u32)FS_CRYPTO_BLOCK_SIZE); in fscrypt_fname_encrypted_size()
331 if (iname->len < FS_CRYPTO_BLOCK_SIZE) in fscrypt_fname_disk_to_usr()
H A Dcrypto.c116 if (WARN_ON_ONCE(len % FS_CRYPTO_BLOCK_SIZE != 0)) in fscrypt_crypt_block()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscrypt.h21 #define FS_CRYPTO_BLOCK_SIZE 16 macro
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dubifs.h133 #define UBIFS_CIPHER_BLOCK_SIZE FS_CRYPTO_BLOCK_SIZE