Searched refs:auth_authorise_keyopts (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | auth2-pubkeyfile.c | 55 auth_authorise_keyopts(struct passwd *pw, struct sshauthopt *opts, in auth_authorise_keyopts() function 326 if (auth_authorise_keyopts(pw, keyopts, in auth_check_authkey_line() 349 if (auth_authorise_keyopts(pw, certopts, 0, in auth_check_authkey_line()
|
H A D | auth.h | 229 int auth_authorise_keyopts(struct passwd *, struct sshauthopt *, int,
|
H A D | auth2-pubkey.c | 540 if (auth_authorise_keyopts(pw, cert_opts, 0, in user_cert_trusted_ca() 549 if (auth_authorise_keyopts(pw, principals_opts, 0, in user_cert_trusted_ca()
|