Home
last modified time | relevance | path

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

/openbmc/linux/fs/ecryptfs/
H A Decryptfs_kernel.h129 #define ECRYPTFS_MAX_CIPHER_NAME_SIZE 31 macro
242 unsigned char cipher[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];
315 unsigned char cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];
341 unsigned char global_default_cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE
344 ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];
H A Dmain.c300 ECRYPTFS_MAX_CIPHER_NAME_SIZE); in ecryptfs_parse_options()
301 cipher_name_dst[ECRYPTFS_MAX_CIPHER_NAME_SIZE] = '\0'; in ecryptfs_parse_options()
354 ECRYPTFS_MAX_CIPHER_NAME_SIZE); in ecryptfs_parse_options()
356 ECRYPTFS_MAX_CIPHER_NAME_SIZE] = '\0'; in ecryptfs_parse_options()
395 BUG_ON(cipher_name_len > ECRYPTFS_MAX_CIPHER_NAME_SIZE); in ecryptfs_parse_options()
H A Dcrypto.c1610 ECRYPTFS_MAX_CIPHER_NAME_SIZE); in ecryptfs_add_new_key_tfm()
1611 tmp_tfm->cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE] = '\0'; in ecryptfs_add_new_key_tfm()
H A Dkeystore.c875 char cipher_string[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];