match_list
if ((result = match_list(cert->principals[i],
if ((cp = match_list(proposal, algs, NULL)) == NULL)
char *name = match_list(client, server, NULL);
char *name = match_list(client, server, NULL);
char *name = match_list(client, server, NULL);
k->name = match_list(client, server, NULL);
k->hostkey_alg = match_list(client, server, NULL);
char *match_list(const char *, const char *, u_int *);
((result = match_list(h->name, request_denylist, NULL))) != NULL) {
((result = match_list(h->name, request_allowlist, NULL))) != NULL) {
return match_list(sshkey_ssh_name(key),
tmp = match_list(sshkey_sigalg_by_name(cp),
if ((name = match_list(preferred, supported, &next)) == NULL) {
static void free_match_list(struct match_list *head, bool ft_locked)
struct match_list *iter, *match_tmp;
static int build_match_list(struct match_list *match_head,
struct match_list *curr_match;
struct match_list *iter;
struct match_list *iter;
struct match_list match_head;