Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ecryptfs/
Decryptfs_kernel.h143 #define ECRYPTFS_MAX_CIPHER_NAME_SIZE 31 macro
256 unsigned char cipher[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];
332 unsigned char cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];
358 unsigned char global_default_cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE
361 ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];
Dmain.c314 ECRYPTFS_MAX_CIPHER_NAME_SIZE); in ecryptfs_parse_options()
315 cipher_name_dst[ECRYPTFS_MAX_CIPHER_NAME_SIZE] = '\0'; in ecryptfs_parse_options()
368 ECRYPTFS_MAX_CIPHER_NAME_SIZE); in ecryptfs_parse_options()
370 ECRYPTFS_MAX_CIPHER_NAME_SIZE] = '\0'; in ecryptfs_parse_options()
409 BUG_ON(cipher_name_len > ECRYPTFS_MAX_CIPHER_NAME_SIZE); in ecryptfs_parse_options()
Dcrypto.c1663 ECRYPTFS_MAX_CIPHER_NAME_SIZE); in ecryptfs_add_new_key_tfm()
1664 tmp_tfm->cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE] = '\0'; in ecryptfs_add_new_key_tfm()
Dkeystore.c887 char cipher_string[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1];