Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dcrypto.c81 int cipher_name_len = strlen(cipher_name); in ecryptfs_crypto_api_algify_cipher_name() local
86 algified_name_len = (chaining_modifier_len + cipher_name_len + 3); in ecryptfs_crypto_api_algify_cipher_name()
777 int cipher_name_len; in ecryptfs_new_file_context() local
791 cipher_name_len = in ecryptfs_new_file_context()
795 cipher_name_len); in ecryptfs_new_file_context()
796 crypt_stat->cipher[cipher_name_len] = '\0'; in ecryptfs_new_file_context()
H A Dmain.c393 int cipher_name_len = strlen(ECRYPTFS_DEFAULT_CIPHER); in ecryptfs_parse_options() local
395 BUG_ON(cipher_name_len > ECRYPTFS_MAX_CIPHER_NAME_SIZE); in ecryptfs_parse_options()
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dcrypto.c81 int cipher_name_len = strlen(cipher_name); in ecryptfs_crypto_api_algify_cipher_name() local
86 algified_name_len = (chaining_modifier_len + cipher_name_len + 3); in ecryptfs_crypto_api_algify_cipher_name()
750 int cipher_name_len; in ecryptfs_new_file_context() local
764 cipher_name_len = in ecryptfs_new_file_context()
768 cipher_name_len); in ecryptfs_new_file_context()
769 crypt_stat->cipher[cipher_name_len] = '\0'; in ecryptfs_new_file_context()
H A Dmain.c393 int cipher_name_len = strlen(ECRYPTFS_DEFAULT_CIPHER); in ecryptfs_parse_options() local
395 BUG_ON(cipher_name_len > ECRYPTFS_MAX_CIPHER_NAME_SIZE); in ecryptfs_parse_options()

Completed in 8 milliseconds