Home
last modified time | relevance | path

Searched refs:ECRYPTFS_MAX_CIPHER_NAME_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ecryptfs/
H A Decryptfs_kernel.h131 #define ECRYPTFS_MAX_CIPHER_NAME_SIZE 31 macro
238 unsigned char cipher[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];
304 unsigned char cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];
330 unsigned char global_default_cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE
333 ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];
H A Dmain.c357 BUG_ON(cipher_name_len > ECRYPTFS_MAX_CIPHER_NAME_SIZE); in ecryptfs_validate_options()
H A Dkeystore.c832 char cipher_string[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];