Home
last modified time | relevance | path

Searched refs:global_default_cipher_name (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/ecryptfs/
Dmain.c313 global_default_cipher_name; in ecryptfs_parse_options()
411 strcpy(mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
417 mount_crypt_stat->global_default_cipher_name); in ecryptfs_parse_options()
426 mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
431 mount_crypt_stat->global_default_cipher_name); in ecryptfs_parse_options()
437 if (!ecryptfs_tfm_exists(mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
440 NULL, mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
446 mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
Dsuper.c165 mount_crypt_stat->global_default_cipher_name); in ecryptfs_show_options()
Decryptfs_kernel.h342 unsigned char global_default_cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE member
Dcrypto.c841 strlen(mount_crypt_stat->global_default_cipher_name); in ecryptfs_new_file_context()
843 mount_crypt_stat->global_default_cipher_name, in ecryptfs_new_file_context()