Searched defs:kex_ecdh_name_to_nid (Results 1 - 2 of 2) sorted by relevance

/external/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.h171 int kex_ecdh_name_to_nid(const char *);
174 # define kex_ecdh_name_to_nid(x) (-1) macro

Completed in 76 milliseconds