ecryptfs_cipher_code_str_map 928 fs/ecryptfs/crypto.c ecryptfs_cipher_code_str_map[] = { ecryptfs_cipher_code_str_map 951 fs/ecryptfs/crypto.c ecryptfs_cipher_code_str_map; ecryptfs_cipher_code_str_map 965 fs/ecryptfs/crypto.c for (i = 0; i < ARRAY_SIZE(ecryptfs_cipher_code_str_map); i++) ecryptfs_cipher_code_str_map 987 fs/ecryptfs/crypto.c for (i = 0; i < ARRAY_SIZE(ecryptfs_cipher_code_str_map); i++) ecryptfs_cipher_code_str_map 988 fs/ecryptfs/crypto.c if (cipher_code == ecryptfs_cipher_code_str_map[i].cipher_code) ecryptfs_cipher_code_str_map 989 fs/ecryptfs/crypto.c strcpy(str, ecryptfs_cipher_code_str_map[i].cipher_str);