We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7852250 commit a0f4042Copy full SHA for a0f4042
1 file changed
fscrypt_uapi.h
@@ -119,7 +119,7 @@ struct fscrypt_key_specifier {
119
*/
120
struct fscrypt_provisioning_key_payload {
121
__u32 type;
122
- __u32 __reserved;
+ __u32 flags;
123
__u8 raw[];
124
};
125
@@ -128,7 +128,9 @@ struct fscrypt_add_key_arg {
128
struct fscrypt_key_specifier key_spec;
129
__u32 raw_size;
130
__u32 key_id;
131
- __u32 __reserved[8];
+#define FSCRYPT_ADD_KEY_FLAG_HW_WRAPPED 0x00000001
132
133
+ __u32 __reserved[7];
134
135
136
0 commit comments