Searched refs:keyopts (Results 1 – 1 of 1) sorted by relevance
270 struct sshauthopt *keyopts = NULL, *certopts = NULL, *finalopts = NULL; in auth_check_authkey_line() local301 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()354 if ((finalopts = sshauthopt_merge(keyopts, certopts, &reason)) == 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()[all …]