Home
last modified time | relevance | path

Searched refs:ecryptfs_mount_crypt_stat (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/ecryptfs/
Decryptfs_kernel.h77 struct ecryptfs_mount_crypt_stat;
252 struct ecryptfs_mount_crypt_stat *mount_crypt_stat;
343 struct ecryptfs_mount_crypt_stat { struct
368 struct ecryptfs_mount_crypt_stat mount_crypt_stat; argument
587 struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
598 struct ecryptfs_mount_crypt_stat *mount_crypt_stat);
665 ecryptfs_add_global_auth_tok(struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
669 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig);
722 struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
727 struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
[all …]
Dcrypto.c229 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_destroy_mount_crypt_stat()
245 memset(mount_crypt_stat, 0, sizeof(struct ecryptfs_mount_crypt_stat)); in ecryptfs_destroy_mount_crypt_stat()
713 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_copy_mount_wide_flags_to_inode_flags()
732 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_copy_mount_wide_sigs_to_inode_sigs()
767 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_set_default_crypt_stat_vals()
802 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_new_file_context()
1262 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_i_size_init()
1415 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_read_metadata()
1485 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_encrypt_filename()
1919 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_encrypt_and_encode_filename()
[all …]
Dmain.c199 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_init_global_auth_toks()
227 struct ecryptfs_mount_crypt_stat *mount_crypt_stat) in ecryptfs_init_mount_crypt_stat()
230 sizeof(struct ecryptfs_mount_crypt_stat)); in ecryptfs_init_mount_crypt_stat()
268 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_parse_options()
495 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_mount()
Dsuper.c151 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_show_options()
Dinode.c393 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_lookup()
477 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = NULL; in ecryptfs_symlink()
900 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_setattr()
967 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in ecryptfs_getattr_link()
Dkeystore.c501 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig) in ecryptfs_find_global_auth_tok_for_sig()
570 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_find_auth_tok_for_sig()
634 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_write_tag_70_packet()
908 struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_parse_tag_70_packet()
2201 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in write_tag_3_packet()
2419 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_generate_key_packet_set()
2525 ecryptfs_add_global_auth_tok(struct ecryptfs_mount_crypt_stat *mount_crypt_stat, in ecryptfs_add_global_auth_tok()
Dfile.c144 struct ecryptfs_mount_crypt_stat *mount_crypt_stat; in read_or_initialize_metadata()