ECRYPTFS_MAX_CIPHER_NAME_SIZE
unsigned char cipher[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];
unsigned char cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];
unsigned char global_default_cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE
ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];
char cipher_string[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];
BUG_ON(cipher_name_len > ECRYPTFS_MAX_CIPHER_NAME_SIZE);