OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kex_ecdh_name_to_nid
(Results
1 - 5
of
5
) 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
kexecdhc.c
62
if ((curve_nid =
kex_ecdh_name_to_nid
(kex->name)) == -1)
kexecdhs.c
64
if ((curve_nid =
kex_ecdh_name_to_nid
(kex->name)) == -1)
kex.c
82
kex_ecdh_name_to_nid
(p) == -1)) {
Completed in 633 milliseconds