Home
last modified time | relevance | path

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

/linux-3.3/fs/ecryptfs/
Dcrypto.c1094 ecryptfs_cipher_code_str_map[] = { variable
1117 ecryptfs_cipher_code_str_map; in ecryptfs_code_for_cipher_string()
1131 for (i = 0; i < ARRAY_SIZE(ecryptfs_cipher_code_str_map); i++) in ecryptfs_code_for_cipher_string()
1153 for (i = 0; i < ARRAY_SIZE(ecryptfs_cipher_code_str_map); i++) in ecryptfs_cipher_code_to_string()
1154 if (cipher_code == ecryptfs_cipher_code_str_map[i].cipher_code) in ecryptfs_cipher_code_to_string()
1155 strcpy(str, ecryptfs_cipher_code_str_map[i].cipher_str); in ecryptfs_cipher_code_to_string()