Searched refs:cipher_by_name (Results 1 – 5 of 5) sorted by relevance
79 Cipher *cipher_by_name(const char *);
126 cipher_by_name(const char *name) in cipher_by_name() function158 c = cipher_by_name(p); in ciphers_valid()183 c = cipher_by_name(name); in cipher_number()
361 if ((enc->cipher = cipher_by_name(name)) == NULL) in choose_enc()
188 Cipher *none = cipher_by_name("none"); in packet_set_connection()
485 if ((enc->cipher = cipher_by_name(enc->name)) == NULL) in altprivsep_get_newkeys()