Searched refs:match_filter_allowlist (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dmatch.h25 char *match_filter_allowlist(const char *, const char *);
H A Dmatch.c364 match_filter_allowlist(const char *proposal, const char *filter) function
H A Dreadconf.c347 pkalgs = match_filter_allowlist(KEX_DEFAULT_PK_ALG, all_key);
2861 def_cipher = match_filter_allowlist(KEX_CLIENT_ENCRYPT, all_cipher);
2862 def_mac = match_filter_allowlist(KEX_CLIENT_MAC, all_mac);
2863 def_kex = match_filter_allowlist(KEX_CLIENT_KEX, all_kex);
2864 def_key = match_filter_allowlist(KEX_DEFAULT_PK_ALG, all_key);
2865 def_sig = match_filter_allowlist(SSH_ALLOWED_CA_SIGALGS, all_sig);
H A Dservconf.c224 def_cipher = match_filter_allowlist(KEX_SERVER_ENCRYPT, all_cipher);
225 def_mac = match_filter_allowlist(KEX_SERVER_MAC, all_mac);
226 def_kex = match_filter_allowlist(KEX_SERVER_KEX, all_kex);
227 def_key = match_filter_allowlist(KEX_DEFAULT_PK_ALG, all_key);
228 def_sig = match_filter_allowlist(SSH_ALLOWED_CA_SIGALGS, all_sig);
H A Dssh_namespace.h409 #define match_filter_allowlist Fssh_match_filter_allowlist macro
H A Dkex.c301 if ((matching = match_filter_allowlist(all, cp)) == NULL) {

Completed in 111 milliseconds