Home
last modified time | relevance | path

Searched refs:cipher_by_name (Results 1 – 7 of 7) sorted by relevance

/NextBSD/crypto/openssh/
HDcipher.h76 const Cipher *cipher_by_name(const char *);
HDcipher.c194 cipher_by_name(const char *name) in cipher_by_name() function
226 c = cipher_by_name(p); in ciphers_valid()
HDauthfile.c117 if ((c = cipher_by_name(ciphername)) == NULL) in key_private_to_blob2()
273 (c = cipher_by_name(ciphername)) == NULL) { in key_parse_private2()
HDssh_namespace.h176 #define cipher_by_name ssh_cipher_by_name macro
HDkex.c357 if ((enc->cipher = cipher_by_name(name)) == NULL) in choose_enc()
HDmonitor_wrap.c496 if (enc->name == NULL || cipher_by_name(enc->name) != enc->cipher) in mm_newkeys_from_blob()
HDpacket.c225 const Cipher *none = cipher_by_name("none"); in packet_set_connection()