Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ecryptfs/
Dmain.c298 global_default_cipher_name; in ecryptfs_parse_options()
396 strcpy(mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
402 mount_crypt_stat->global_default_cipher_name); in ecryptfs_parse_options()
411 mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
416 mount_crypt_stat->global_default_cipher_name); in ecryptfs_parse_options()
422 if (!ecryptfs_tfm_exists(mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
425 NULL, mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
431 mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
Dsuper.c151 mount_crypt_stat->global_default_cipher_name); in ecryptfs_show_options()
Decryptfs_kernel.h341 unsigned char global_default_cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE member
Dcrypto.c789 strlen(mount_crypt_stat->global_default_cipher_name); in ecryptfs_new_file_context()
791 mount_crypt_stat->global_default_cipher_name, in ecryptfs_new_file_context()