Home
last modified time | relevance | path

Searched refs:ci_master_key (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dcrypto_policy.c168 return (memcmp(parent_ci->ci_master_key, in f2fs_is_child_context_consistent_with_parent()
169 child_ci->ci_master_key, in f2fs_is_child_context_consistent_with_parent()
202 memcpy(ctx.master_key_descriptor, ci->ci_master_key, in f2fs_inherit_context()
Dcrypto_key.c163 memcpy(crypt_info->ci_master_key, ctx.master_key_descriptor, in _f2fs_get_encryption_info()
164 sizeof(crypt_info->ci_master_key)); in _f2fs_get_encryption_info()
Df2fs_crypto.h83 char ci_master_key[F2FS_KEY_DESCRIPTOR_SIZE]; member
/linux-4.4.14/fs/ext4/
Dcrypto_policy.c175 return (memcmp(parent_ci->ci_master_key, in ext4_is_child_context_consistent_with_parent()
176 child_ci->ci_master_key, in ext4_is_child_context_consistent_with_parent()
216 memcpy(ctx.master_key_descriptor, ci->ci_master_key, in ext4_inherit_context()
Dext4_crypto.h82 char ci_master_key[EXT4_KEY_DESCRIPTOR_SIZE]; member
Dcrypto_key.c170 memcpy(crypt_info->ci_master_key, ctx.master_key_descriptor, in _ext4_get_encryption_info()
171 sizeof(crypt_info->ci_master_key)); in _ext4_get_encryption_info()