Home
last modified time | relevance | path

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

/Linux-v5.10/fs/crypto/
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()
Dcrypto.c108 if (WARN_ON_ONCE(len % FS_CRYPTO_BLOCK_SIZE != 0)) in fscrypt_crypt_block()
/Linux-v5.10/include/linux/
Dfscrypt.h21 #define FS_CRYPTO_BLOCK_SIZE 16 macro
/Linux-v5.10/fs/ubifs/
Dubifs.h133 #define UBIFS_CIPHER_BLOCK_SIZE FS_CRYPTO_BLOCK_SIZE