Searched refs:kex_ecdh_name_to_nid (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dkexecdh.c49 kex_ecdh_name_to_nid(const char *kexname) function
59 int nid = kex_ecdh_name_to_nid(kexname);
H A Dkex.h193 int kex_ecdh_name_to_nid(const char *);
196 # define kex_ecdh_name_to_nid(x) (-1) macro
H A Dkexecdhc.c62 if ((curve_nid = kex_ecdh_name_to_nid(kex->name)) == -1)
H A Dkexecdhs.c64 if ((curve_nid = kex_ecdh_name_to_nid(kex->name)) == -1)
H A Dkex.c90 kex_ecdh_name_to_nid(p) == -1)) {

Completed in 76 milliseconds