Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfscrypt.h178 #define FSCRYPT_FNAME_DIGEST_SIZE FS_CRYPTO_BLOCK_SIZE macro
209 u8 digest[FSCRYPT_FNAME_DIGEST_SIZE];
237 n->digest, FSCRYPT_FNAME_DIGEST_SIZE); in fscrypt_match_name()
/Linux-v5.4/fs/crypto/
Dfname.c285 FSCRYPT_FNAME_DIGEST_SIZE); in fscrypt_fname_disk_to_usr()