Searched refs:auth_authorise_keyopts (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | auth.h | 216 int auth_authorise_keyopts(struct ssh *, struct passwd *pw,
|
D | auth2-pubkey.c | 634 if (auth_authorise_keyopts(ssh, pw, keyopts, in check_authkey_line() 657 if (auth_authorise_keyopts(ssh, pw, certopts, 0, loc) != 0) { in check_authkey_line() 802 if (auth_authorise_keyopts(ssh, pw, cert_opts, 0, "cert") != 0) { in user_cert_trusted_ca() 810 if (auth_authorise_keyopts(ssh, pw, principals_opts, 0, in user_cert_trusted_ca()
|
D | auth.c | 1106 auth_authorise_keyopts(struct ssh *ssh, struct passwd *pw, in auth_authorise_keyopts() function
|