HomeSort by: relevance | last modified time | path
    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