Home
last modified time | relevance | path

Searched refs:fscrypt_nokey_name (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/crypto/
H A Dfname.c22 * struct fscrypt_nokey_name - identifier for directory entry when key is absent
51 struct fscrypt_nokey_name { struct
60 * sizeof(struct fscrypt_nokey_name), as the padding at the end isn't included.
62 #define FSCRYPT_NOKEY_NAME_MAX offsetofend(struct fscrypt_nokey_name, sha256)
310 * encode it for presentation in fscrypt_nokey_name format.
311 * See struct fscrypt_nokey_name for details.
321 struct fscrypt_nokey_name nokey_name; in fscrypt_fname_disk_to_usr()
338 * Sanity check that struct fscrypt_nokey_name doesn't have padding in fscrypt_fname_disk_to_usr()
341 BUILD_BUG_ON(offsetofend(struct fscrypt_nokey_name, dirhash) != in fscrypt_fname_disk_to_usr()
342 offsetof(struct fscrypt_nokey_name, byte in fscrypt_fname_disk_to_usr()
[all...]
/kernel/linux/linux-6.6/fs/crypto/
H A Dfname.c29 * struct fscrypt_nokey_name - identifier for directory entry when key is absent
58 struct fscrypt_nokey_name { struct
67 * sizeof(struct fscrypt_nokey_name), as the padding at the end isn't included.
69 #define FSCRYPT_NOKEY_NAME_MAX offsetofend(struct fscrypt_nokey_name, sha256)
364 * encode it for presentation in fscrypt_nokey_name format.
365 * See struct fscrypt_nokey_name for details.
375 struct fscrypt_nokey_name nokey_name; in fscrypt_fname_disk_to_usr()
392 * Sanity check that struct fscrypt_nokey_name doesn't have padding in fscrypt_fname_disk_to_usr()
395 BUILD_BUG_ON(offsetofend(struct fscrypt_nokey_name, dirhash) != in fscrypt_fname_disk_to_usr()
396 offsetof(struct fscrypt_nokey_name, byte in fscrypt_fname_disk_to_usr()
[all...]

Completed in 2 milliseconds