Searched refs:mount_crypt_stat (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dmain.c224 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = local
225 &ecryptfs_superblock_to_private(sb)->mount_crypt_stat;
249 mount_crypt_stat->global_auth_tok_sig;
253 "The mount_crypt_stat "
272 mount_crypt_stat->
277 "The mount_crypt_stat "
287 mount_crypt_stat->global_default_cipher_key_size =
290 "The mount_crypt_stat "
292 "set to: [%d]\n", mount_crypt_stat->
297 mount_crypt_stat
[all...]
H A Dcrypto.c229 struct ecryptfs_mount_crypt_stat *mount_crypt_stat)
231 if (mount_crypt_stat->global_auth_tok_key)
232 key_put(mount_crypt_stat->global_auth_tok_key);
233 if (mount_crypt_stat->global_key_tfm)
234 crypto_free_blkcipher(mount_crypt_stat->global_key_tfm);
235 memset(mount_crypt_stat, 0, sizeof(struct ecryptfs_mount_crypt_stat));
926 struct ecryptfs_mount_crypt_stat *mount_crypt_stat)
928 if (mount_crypt_stat->flags & ECRYPTFS_XATTR_METADATA_ENABLED)
930 if (mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED)
942 struct ecryptfs_mount_crypt_stat *mount_crypt_stat)
228 ecryptfs_destruct_mount_crypt_stat( struct ecryptfs_mount_crypt_stat *mount_crypt_stat) argument
924 ecryptfs_copy_mount_wide_flags_to_inode_flags( struct ecryptfs_crypt_stat *crypt_stat, struct ecryptfs_mount_crypt_stat *mount_crypt_stat) argument
940 ecryptfs_set_default_crypt_stat_vals( struct ecryptfs_crypt_stat *crypt_stat, struct ecryptfs_mount_crypt_stat *mount_crypt_stat) argument
979 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = local
1621 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = local
[all...]
H A Dkeystore.c406 struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
417 rc = write_tag_64_packet(mount_crypt_stat->global_auth_tok_sig,
950 crypt_stat->mount_crypt_stat->global_default_cipher_name)
951 && crypt_stat->mount_crypt_stat->global_key_tfm) {
952 desc.tfm = crypt_stat->mount_crypt_stat->global_key_tfm;
953 tfm_mutex = &crypt_stat->mount_crypt_stat->global_key_tfm_mutex;
1063 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = local
1065 ecryptfs_dentry->d_sb)->mount_crypt_stat;
1160 if (mount_crypt_stat->global_auth_tok) {
1161 memcpy(sig, mount_crypt_stat
405 decrypt_pki_encrypted_session_key( struct ecryptfs_mount_crypt_stat *mount_crypt_stat, struct ecryptfs_auth_tok *auth_tok, struct ecryptfs_crypt_stat *crypt_stat) argument
1290 write_tag_1_packet(char *dest, size_t max, struct ecryptfs_auth_tok *auth_tok, struct ecryptfs_crypt_stat *crypt_stat, struct ecryptfs_mount_crypt_stat *mount_crypt_stat, struct ecryptfs_key_record *key_rec, size_t *packet_size) argument
1661 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = local
[all...]
H A Dfile.c185 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; local
196 mount_crypt_stat = &ecryptfs_superblock_to_private(
197 ecryptfs_dentry->d_sb)->mount_crypt_stat;
198 if ((mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED)
254 if (!(mount_crypt_stat->flags
H A Dsuper.c107 ecryptfs_destruct_mount_crypt_stat(&sb_info->mount_crypt_stat);
H A Dinode.c287 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; local
387 mount_crypt_stat = &ecryptfs_superblock_to_private(
388 dentry->d_sb)->mount_crypt_stat;
389 if (mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) {
909 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; local
921 mount_crypt_stat = &ecryptfs_superblock_to_private(
922 dentry->d_sb)->mount_crypt_stat;
924 if (!(mount_crypt_stat->flags
H A Decryptfs_kernel.h241 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; member in struct:ecryptfs_crypt_stat
293 struct ecryptfs_mount_crypt_stat mount_crypt_stat; member in struct:ecryptfs_sb_info
491 struct ecryptfs_mount_crypt_stat *mount_crypt_stat);

Completed in 65 milliseconds