Home
last modified time | relevance | path

Searched refs:master_key_descriptor (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dkeysetup_v1.c192 memcpy(&hash_key, ci->ci_policy.v1.master_key_descriptor, in find_or_insert_direct_key()
197 if (memcmp(ci->ci_policy.v1.master_key_descriptor, in find_or_insert_direct_key()
240 memcpy(dk->dk_descriptor, ci->ci_policy.v1.master_key_descriptor, in fscrypt_get_direct_key()
306 ci->ci_policy.v1.master_key_descriptor, in fscrypt_setup_v1_file_key_via_subscribed_keyrings()
310 ci->ci_policy.v1.master_key_descriptor, in fscrypt_setup_v1_file_key_via_subscribed_keyrings()
H A Dpolicy.c277 memcpy(ctx->master_key_descriptor, in fscrypt_new_context()
278 policy->master_key_descriptor, in fscrypt_new_context()
279 sizeof(ctx->master_key_descriptor)); in fscrypt_new_context()
338 memcpy(policy->master_key_descriptor, in fscrypt_policy_from_context()
339 ctx->master_key_descriptor, in fscrypt_policy_from_context()
340 sizeof(policy->master_key_descriptor)); in fscrypt_policy_from_context()
759 memcpy(policy->v1.master_key_descriptor, key_spec.u.descriptor, in fscrypt_set_test_dummy_encryption()
H A Dfscrypt_private.h38 u8 master_key_descriptor[FSCRYPT_KEY_DESCRIPTOR_SIZE]; member
H A Dkeysetup.c464 ci->ci_policy.v1.master_key_descriptor, in setup_file_encryption_key()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dfscrypt.h45 __u8 master_key_descriptor[FSCRYPT_KEY_DESCRIPTOR_SIZE]; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfscrypt.h45 __u8 master_key_descriptor[FSCRYPT_KEY_DESCRIPTOR_SIZE]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfs.h290 __u8 master_key_descriptor[FS_KEY_DESCRIPTOR_SIZE]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfs.h290 __u8 master_key_descriptor[FS_KEY_DESCRIPTOR_SIZE]; member
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfscrypt.rst450 __u8 master_key_descriptor[FSCRYPT_KEY_DESCRIPTOR_SIZE];
498 - For v1 encryption policies, ``master_key_descriptor`` specifies how
500 to userspace to choose a unique ``master_key_descriptor`` for each
507 For v2 encryption policies, ``master_key_descriptor`` has been
718 ``master_key_descriptor`` field of struct fscrypt_policy_v1.
815 ``master_key_descriptor`` that was set in the encryption policy. The
1167 u8 master_key_descriptor[FSCRYPT_KEY_DESCRIPTOR_SIZE];