Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ecryptfs/
Dmain.c312 global_default_cipher_name; in ecryptfs_parse_options()
410 strcpy(mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
416 mount_crypt_stat->global_default_cipher_name); in ecryptfs_parse_options()
425 mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
430 mount_crypt_stat->global_default_cipher_name); in ecryptfs_parse_options()
436 if (!ecryptfs_tfm_exists(mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
439 NULL, mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
445 mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
Dsuper.c167 mount_crypt_stat->global_default_cipher_name); in ecryptfs_show_options()
Decryptfs_kernel.h358 unsigned char global_default_cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE member
Dcrypto.c820 strlen(mount_crypt_stat->global_default_cipher_name); in ecryptfs_new_file_context()
822 mount_crypt_stat->global_default_cipher_name, in ecryptfs_new_file_context()