Home
last modified time | relevance | path

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

/Linux-v5.10/fs/crypto/
Dfname.c266 const u32 max_encoded_len = BASE64_CHARS(FSCRYPT_NOKEY_NAME_MAX); in fscrypt_fname_alloc_buffer() local
269 max_presented_len = max(max_encoded_len, max_encrypted_len); in fscrypt_fname_alloc_buffer()