Searched refs:cipher_by_name (Results 1 – 7 of 7) sorted by relevance
76 const Cipher *cipher_by_name(const char *);
194 cipher_by_name(const char *name) in cipher_by_name() function226 c = cipher_by_name(p); in ciphers_valid()
117 if ((c = cipher_by_name(ciphername)) == NULL) in key_private_to_blob2()273 (c = cipher_by_name(ciphername)) == NULL) { in key_parse_private2()
176 #define cipher_by_name ssh_cipher_by_name macro
357 if ((enc->cipher = cipher_by_name(name)) == NULL) in choose_enc()
496 if (enc->name == NULL || cipher_by_name(enc->name) != enc->cipher) in mm_newkeys_from_blob()
225 const Cipher *none = cipher_by_name("none"); in packet_set_connection()