• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/

Lines Matching refs:ecryptfs_crypt_stat

39 ecryptfs_decrypt_page_offset(struct ecryptfs_crypt_stat *crypt_stat,
44 ecryptfs_encrypt_page_offset(struct ecryptfs_crypt_stat *crypt_stat,
94 struct ecryptfs_crypt_stat *crypt_stat,
159 static int ecryptfs_derive_iv(char *iv, struct ecryptfs_crypt_stat *crypt_stat,
204 ecryptfs_init_crypt_stat(struct ecryptfs_crypt_stat *crypt_stat)
206 memset((void *)crypt_stat, 0, sizeof(struct ecryptfs_crypt_stat));
219 void ecryptfs_destruct_crypt_stat(struct ecryptfs_crypt_stat *crypt_stat)
225 memset(crypt_stat, 0, sizeof(struct ecryptfs_crypt_stat));
295 static int encrypt_scatterlist(struct ecryptfs_crypt_stat *crypt_stat,
336 struct ecryptfs_crypt_stat *crypt_stat,
473 struct ecryptfs_crypt_stat *crypt_stat;
610 struct ecryptfs_crypt_stat *crypt_stat;
705 static int decrypt_scatterlist(struct ecryptfs_crypt_stat *crypt_stat,
747 ecryptfs_encrypt_page_offset(struct ecryptfs_crypt_stat *crypt_stat,
769 ecryptfs_decrypt_page_offset(struct ecryptfs_crypt_stat *crypt_stat,
796 int ecryptfs_init_crypt_ctx(struct ecryptfs_crypt_stat *crypt_stat)
837 static void set_extent_mask_and_shift(struct ecryptfs_crypt_stat *crypt_stat)
853 void ecryptfs_set_default_sizes(struct ecryptfs_crypt_stat *crypt_stat)
877 int ecryptfs_compute_root_iv(struct ecryptfs_crypt_stat *crypt_stat)
906 static void ecryptfs_generate_new_key(struct ecryptfs_crypt_stat *crypt_stat)
925 struct ecryptfs_crypt_stat *crypt_stat,
941 struct ecryptfs_crypt_stat *crypt_stat,
977 struct ecryptfs_crypt_stat *crypt_stat =
1063 static int ecryptfs_process_flags(struct ecryptfs_crypt_stat *crypt_stat,
1106 write_ecryptfs_flags(char *page_virt, struct ecryptfs_crypt_stat *crypt_stat,
1149 u16 ecryptfs_code_for_cipher_string(struct ecryptfs_crypt_stat *crypt_stat)
1256 struct ecryptfs_crypt_stat *crypt_stat,
1307 struct ecryptfs_crypt_stat *crypt_stat,
1335 static int ecryptfs_write_metadata_to_contents(struct ecryptfs_crypt_stat *crypt_stat,
1380 struct ecryptfs_crypt_stat *crypt_stat,
1405 struct ecryptfs_crypt_stat *crypt_stat;
1459 static int parse_header_metadata(struct ecryptfs_crypt_stat *crypt_stat,
1494 static void set_default_header_data(struct ecryptfs_crypt_stat *crypt_stat)
1509 struct ecryptfs_crypt_stat *crypt_stat,
1619 struct ecryptfs_crypt_stat *crypt_stat =
1708 ecryptfs_encode_filename(struct ecryptfs_crypt_stat *crypt_stat,
1752 ecryptfs_decode_filename(struct ecryptfs_crypt_stat *crypt_stat,