| H A D | crypto.c | 147 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_destroy_mount_crypt_stat() argument 151 if (!(mount_crypt_stat->flags & ECRYPTFS_MOUNT_CRYPT_STAT_INITIALIZED)) in ecryptfs_destroy_mount_crypt_stat() 153 mutex_lock(&mount_crypt_stat->global_auth_tok_list_mutex); in ecryptfs_destroy_mount_crypt_stat() 155 &mount_crypt_stat->global_auth_tok_list, in ecryptfs_destroy_mount_crypt_stat() 162 mutex_unlock(&mount_crypt_stat->global_auth_tok_list_mutex); in ecryptfs_destroy_mount_crypt_stat() 163 memset(mount_crypt_stat, 0, sizeof(struct ecryptfs_mount_crypt_stat)); in ecryptfs_destroy_mount_crypt_stat() 583 * @mount_crypt_stat: The mount point's cryptographic context 590 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_copy_mount_wide_flags_to_inode_flags() argument 592 if (mount_crypt_stat->flags & ECRYPTFS_XATTR_METADATA_ENABLED) in ecryptfs_copy_mount_wide_flags_to_inode_flags() 594 if (mount_crypt_stat in ecryptfs_copy_mount_wide_flags_to_inode_flags() 609 ecryptfs_copy_mount_wide_sigs_to_inode_sigs(struct ecryptfs_crypt_stat * crypt_stat,struct ecryptfs_mount_crypt_stat * mount_crypt_stat) ecryptfs_copy_mount_wide_sigs_to_inode_sigs() argument 644 ecryptfs_set_default_crypt_stat_vals(struct ecryptfs_crypt_stat * crypt_stat,struct ecryptfs_mount_crypt_stat * mount_crypt_stat) ecryptfs_set_default_crypt_stat_vals() argument 679 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = ecryptfs_new_file_context() local 1144 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; ecryptfs_i_size_init() local 1292 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = ecryptfs_read_metadata() local 1362 ecryptfs_encrypt_filename(struct ecryptfs_filename * filename,struct ecryptfs_mount_crypt_stat * mount_crypt_stat) ecryptfs_encrypt_filename() argument 1784 ecryptfs_encrypt_and_encode_filename(char ** encoded_name,size_t * encoded_name_size,struct ecryptfs_mount_crypt_stat * mount_crypt_stat,const char * name,size_t name_size) ecryptfs_encrypt_and_encode_filename() argument 1886 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = ecryptfs_decode_and_decrypt_filename() local 1947 ecryptfs_set_f_namelen(long * namelen,long lower_namelen,struct ecryptfs_mount_crypt_stat * mount_crypt_stat) ecryptfs_set_f_namelen() argument [all...] |