OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:all_kex
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
readconf.c
2968
char *all_cipher, *all_mac, *
all_kex
, *all_key, *all_sig;
local
3181
all_kex
= kex_alg_list(',');
3187
def_kex = match_filter_allowlist(KEX_CLIENT_KEX,
all_kex
);
3201
ASSEMBLE(kex_algorithms, def_kex,
all_kex
);
3263
free(
all_kex
);
servconf.c
269
char *all_cipher, *all_mac, *
all_kex
, *all_key, *all_sig;
local
275
all_kex
= kex_alg_list(',');
281
def_kex = match_filter_allowlist(KEX_SERVER_KEX,
all_kex
);
291
ASSEMBLE(kex_algorithms, def_kex,
all_kex
);
299
free(
all_kex
);
Completed in 16 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026