Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-pubkeyfile.c270 struct sshauthopt *keyopts = NULL, *certopts = NULL, *finalopts = NULL; in auth_check_authkey_line() local
301 if ((keyopts = sshauthopt_parse(key_options, &reason)) == NULL) { in auth_check_authkey_line()
310 !keyopts->cert_authority) in auth_check_authkey_line()
314 if (!sshkey_equal(found, key) || keyopts->cert_authority) in auth_check_authkey_line()
326 if (auth_authorise_keyopts(pw, keyopts, in auth_check_authkey_line()
335 finalopts = keyopts; in auth_check_authkey_line()
336 keyopts = NULL; in auth_check_authkey_line()
362 if (keyopts->cert_principals != NULL && in auth_check_authkey_line()
363 !match_principals_option(keyopts->cert_principals, key->cert)) { in auth_check_authkey_line()
368 keyopts->cert_principals == NULL ? pw->pw_name : NULL, in auth_check_authkey_line()
[all …]