Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dauth-options.h92 struct sshauthopt *sshauthopt_parse(const char *s, const char **errstr);
H A Dauth2-pubkeyfile.c201 if ((opts = sshauthopt_parse(line_opts, &reason)) == NULL) { in auth_check_principals_line()
302 if ((keyopts = sshauthopt_parse(key_options, &reason)) == NULL) { in auth_check_authkey_line()
H A Dauth-options.c320 sshauthopt_parse(const char *opts, const char **errstrp) in sshauthopt_parse() function