Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dfscrypt.h43 struct fscrypt_policy_v1 { struct
83 struct fscrypt_policy_v1 v1;
160 #define FS_IOC_SET_ENCRYPTION_POLICY _IOR('f', 19, struct fscrypt_policy_v1)
162 #define FS_IOC_GET_ENCRYPTION_POLICY _IOW('f', 21, struct fscrypt_policy_v1)
174 #define fscrypt_policy fscrypt_policy_v1
/linux-6.3-rc2/tools/include/uapi/linux/
A Dfscrypt.h43 struct fscrypt_policy_v1 { struct
83 struct fscrypt_policy_v1 v1;
160 #define FS_IOC_SET_ENCRYPTION_POLICY _IOR('f', 19, struct fscrypt_policy_v1)
162 #define FS_IOC_GET_ENCRYPTION_POLICY _IOW('f', 21, struct fscrypt_policy_v1)
174 #define fscrypt_policy fscrypt_policy_v1
/linux-6.3-rc2/fs/crypto/
A Dpolicy.c170 static bool fscrypt_supported_v1_policy(const struct fscrypt_policy_v1 *policy, in fscrypt_supported_v1_policy()
308 const struct fscrypt_policy_v1 *policy = &policy_u->v1; in fscrypt_new_context()
370 struct fscrypt_policy_v1 *policy = &policy_u->v1; in fscrypt_policy_from_context()
A Dfscrypt_private.h110 struct fscrypt_policy_v1 v1;
/linux-6.3-rc2/Documentation/filesystems/
A Dfscrypt.rst459 struct fscrypt_policy_v1 or struct fscrypt_policy_v2, defined as
464 struct fscrypt_policy_v1 {
471 #define fscrypt_policy fscrypt_policy_v1
487 struct fscrypt_policy_v1 is used or FSCRYPT_POLICY_V2 (2) if
619 struct fscrypt_policy_v1 v1;
659 version. It takes in a pointer directly to struct fscrypt_policy_v1
737 ``master_key_descriptor`` field of struct fscrypt_policy_v1.

Completed in 11 milliseconds