Searched refs:ci_master_key (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/f2fs/ |
D | crypto_policy.c | 168 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()
|
D | crypto_key.c | 163 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()
|
D | f2fs_crypto.h | 83 char ci_master_key[F2FS_KEY_DESCRIPTOR_SIZE]; member
|
/linux-4.4.14/fs/ext4/ |
D | crypto_policy.c | 175 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()
|
D | ext4_crypto.h | 82 char ci_master_key[EXT4_KEY_DESCRIPTOR_SIZE]; member
|
D | crypto_key.c | 170 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()
|