HomeSort by relevance Sort by last modified time
    Searched defs:kex_ecdh_name_to_nid (Results 1 - 2 of 2) sorted by null

  /external/openssh/
kexecdh.c 49 kex_ecdh_name_to_nid(const char *kexname) function
59 int nid = kex_ecdh_name_to_nid(kexname);
kex.h 171 int kex_ecdh_name_to_nid(const char *);
174 # define kex_ecdh_name_to_nid(x) (-1) macro

Completed in 419 milliseconds