Searched refs:cipher_by_name (Results 1 – 6 of 6) sorted by relevance
79 const struct sshcipher *cipher_by_name(const char *);
217 cipher_by_name(const char *name) in cipher_by_name() function250 c = cipher_by_name(p); in ciphers_valid()
475 if ((enc->cipher = cipher_by_name(name)) == NULL) in choose_enc()
272 const struct sshcipher *none = cipher_by_name("none"); in ssh_packet_set_connection()2525 cipher_by_name(enc->name) != enc->cipher) { in newkeys_from_blob()
3071 if ((cipher = cipher_by_name(ciphername)) == NULL) { in sshkey_private_to_blob2()3280 if ((cipher = cipher_by_name(ciphername)) == NULL) { in sshkey_parse_private2()
439 static const EVP_CIPHER* cipher_by_name(const char *name) { in cipher_by_name() function486 cipher->cipher=enc=cipher_by_name(p); in PEM_get_EVP_CIPHER_INFO()