Searched refs:cipher_name_len (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ecryptfs/
H A Dcrypto.c81 int cipher_name_len = strlen(cipher_name); local
86 algified_name_len = (chaining_modifier_len + cipher_name_len + 3);
750 int cipher_name_len; local
764 cipher_name_len =
768 cipher_name_len);
769 crypt_stat->cipher[cipher_name_len] = '\0';
H A Dmain.c393 int cipher_name_len = strlen(ECRYPTFS_DEFAULT_CIPHER); local
395 BUG_ON(cipher_name_len > ECRYPTFS_MAX_CIPHER_NAME_SIZE);

Completed in 115 milliseconds