Home
last modified time | relevance | path

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

/external/openssh/
Dauth.h216 int auth_authorise_keyopts(struct ssh *, struct passwd *pw,
Dauth2-pubkey.c634 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()
Dauth.c1106 auth_authorise_keyopts(struct ssh *ssh, struct passwd *pw, in auth_authorise_keyopts() function