• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ecryptfs/

Lines Matching defs:mount_crypt_stat

409 	struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig)
415 mutex_lock(&mount_crypt_stat->global_auth_tok_list_mutex);
417 &mount_crypt_stat->global_auth_tok_list,
428 mutex_unlock(&mount_crypt_stat->global_auth_tok_list_mutex);
439 * linked off the mount_crypt_stat, so all the auth_toks that can be
450 struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
458 mount_crypt_stat, sig)) {
508 struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
525 &s->tfm_mutex, mount_crypt_stat->global_default_fn_cipher_name);
529 mount_crypt_stat->global_default_fn_cipher_name, rc);
593 mount_crypt_stat->global_default_fnek_sig,
597 mount_crypt_stat->global_default_fn_cipher_name,
598 mount_crypt_stat->global_default_fn_cipher_key_bytes);
602 mount_crypt_stat->global_default_fn_cipher_name,
603 mount_crypt_stat->global_default_fn_cipher_key_bytes);
609 &s->auth_tok, mount_crypt_stat,
610 mount_crypt_stat->global_default_fnek_sig);
614 mount_crypt_stat->global_default_fnek_sig, rc);
728 mount_crypt_stat->global_default_fn_cipher_key_bytes);
732 "encryption_key = [0x%p]; mount_crypt_stat->"
736 mount_crypt_stat->global_default_fn_cipher_key_bytes);
786 * @mount_crypt_stat: The mount-wide cryptographic context
797 struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
913 rc = ecryptfs_find_auth_tok_for_sig(&s->auth_tok, mount_crypt_stat,
932 mount_crypt_stat->global_default_fn_cipher_key_bytes);
936 "encryption_key = [0x%p]; mount_crypt_stat->"
940 mount_crypt_stat->global_default_fn_cipher_key_bytes);
1804 crypt_stat->mount_crypt_stat,
2092 struct ecryptfs_mount_crypt_stat *mount_crypt_stat =
2093 crypt_stat->mount_crypt_stat;
2111 if (mount_crypt_stat->global_default_cipher_key_size == 0) {
2116 mount_crypt_stat->global_default_cipher_key_size =
2121 mount_crypt_stat->global_default_cipher_key_size;
2297 struct ecryptfs_mount_crypt_stat *mount_crypt_stat =
2299 ecryptfs_dentry->d_sb)->mount_crypt_stat;
2316 mount_crypt_stat,
2405 ecryptfs_add_global_auth_tok(struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
2422 mutex_lock(&mount_crypt_stat->global_auth_tok_list_mutex);
2424 &mount_crypt_stat->global_auth_tok_list);
2425 mount_crypt_stat->num_global_auth_toks++;
2426 mutex_unlock(&mount_crypt_stat->global_auth_tok_list_mutex);