Home
last modified time | relevance | path

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

/linux/fs/ecryptfs/
H A Dcrypto.c54 int cipher_name_len = strlen(cipher_name); in ecryptfs_crypto_api_algify_cipher_name() local
59 algified_name_len = (chaining_modifier_len + cipher_name_len + 3); in ecryptfs_crypto_api_algify_cipher_name()
681 int cipher_name_len; in ecryptfs_new_file_context() local
695 cipher_name_len = in ecryptfs_new_file_context()
699 cipher_name_len); in ecryptfs_new_file_context()
700 crypt_stat->cipher[cipher_name_len] = '\0'; in ecryptfs_new_file_context()
H A Dmain.c354 int cipher_name_len = strlen(ECRYPTFS_DEFAULT_CIPHER); in ecryptfs_validate_options() local
356 BUG_ON(cipher_name_len > ECRYPTFS_MAX_CIPHER_NAME_SIZE); in ecryptfs_validate_options()