Searched refs:cipher_code (Results 1 – 4 of 4) sorted by relevance
255 *cipher_code = data[i++]; in parse_tag_65_packet()333 message[i++] = cipher_code; in write_tag_66_packet()586 u8 cipher_code; member725 if (s->cipher_code == 0) { in ecryptfs_write_tag_70_packet()733 dest[s->i++] = s->cipher_code; in ecryptfs_write_tag_70_packet()857 u8 cipher_code; member1129 u8 cipher_code = 0; in decrypt_pki_encrypted_session_key() local1163 &cipher_code, msg); in decrypt_pki_encrypted_session_key()1176 cipher_code); in decrypt_pki_encrypted_session_key()2185 u8 cipher_code; in write_tag_3_packet() local[all …]
267 u8 cipher_code; in ecryptfs_parse_options() local410 cipher_code = ecryptfs_code_for_cipher_string( in ecryptfs_parse_options()413 if (!cipher_code) { in ecryptfs_parse_options()
901 u8 cipher_code; member947 code = map[i].cipher_code; in ecryptfs_code_for_cipher_string()961 int ecryptfs_cipher_code_to_string(char *str, u8 cipher_code) in ecryptfs_cipher_code_to_string() argument968 if (cipher_code == ecryptfs_cipher_code_str_map[i].cipher_code) in ecryptfs_cipher_code_to_string()972 "[%d]\n", cipher_code); in ecryptfs_cipher_code_to_string()
585 int ecryptfs_cipher_code_to_string(char *str, u8 cipher_code);
Completed in 20 milliseconds