Searched refs:fscrypt_policy_v1 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | fscrypt.h | 40 struct fscrypt_policy_v1 { struct 80 struct fscrypt_policy_v1 v1; 157 #define FS_IOC_SET_ENCRYPTION_POLICY _IOR('f', 19, struct fscrypt_policy_v1) 159 #define FS_IOC_GET_ENCRYPTION_POLICY _IOW('f', 21, struct fscrypt_policy_v1) 171 #define fscrypt_policy fscrypt_policy_v1
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fscrypt.h | 40 struct fscrypt_policy_v1 { struct 80 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
|
| /OK3568_Linux_fs/kernel/fs/crypto/ |
| H A D | policy.c | 130 static bool fscrypt_supported_v1_policy(const struct fscrypt_policy_v1 *policy, in fscrypt_supported_v1_policy() 268 const struct fscrypt_policy_v1 *policy = &policy_u->v1; in fscrypt_new_context() 330 struct fscrypt_policy_v1 *policy = &policy_u->v1; in fscrypt_policy_from_context()
|
| H A D | fscrypt_private.h | 107 struct fscrypt_policy_v1 v1;
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | fscrypt.rst | 440 struct fscrypt_policy_v1 or struct fscrypt_policy_v2, defined as 445 struct fscrypt_policy_v1 { 452 #define fscrypt_policy fscrypt_policy_v1 468 struct fscrypt_policy_v1 is used or FSCRYPT_POLICY_V2 (2) if 600 struct fscrypt_policy_v1 v1; 640 version. It takes in a pointer directly to struct fscrypt_policy_v1 718 ``master_key_descriptor`` field of struct fscrypt_policy_v1.
|