Home
last modified time | relevance | path

Searched refs:KEX_DEFAULT_PK_ALG (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dmyproposal.h43 #define KEX_DEFAULT_PK_ALG \ macro
98 KEX_DEFAULT_PK_ALG, \
110 KEX_DEFAULT_PK_ALG, \
H A Dreadconf.c347 pkalgs = match_filter_allowlist(KEX_DEFAULT_PK_ALG, all_key); in kex_default_pk_alg()
2916 def_key = match_filter_allowlist(KEX_DEFAULT_PK_ALG, all_key); in fill_default_options()
H A Dservconf.c245 def_key = match_filter_allowlist(KEX_DEFAULT_PK_ALG, all_key); in assemble_algorithms()