Searched refs:cipher_by_name (Results 1 – 6 of 6) sorted by relevance
69 const struct sshcipher *cipher_by_name(const char *);
246 cipher_by_name(const char *name) in cipher_by_name() function279 c = cipher_by_name(p); in ciphers_valid()
657 if ((enc->cipher = cipher_by_name(name)) == NULL) { in choose_enc()
293 const struct sshcipher *none = cipher_by_name("none"); in ssh_packet_set_connection()2663 cipher_by_name(enc->name) != enc->cipher) { in newkeys_from_blob()
3064 if ((cipher = cipher_by_name(ciphername)) == NULL) { in sshkey_private_to_blob2()3272 if ((cipher = cipher_by_name(ciphername)) == NULL) { in sshkey_parse_private2()
188 static const EVP_CIPHER *cipher_by_name(const char *name) in cipher_by_name() function286 cipher_by_name(objstr) == NULL || in PEM_ASN1_write_bio()461 cipher->cipher = enc = cipher_by_name(p); in PEM_get_EVP_CIPHER_INFO()