Home
last modified time | relevance | path

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

/external/openssh/
Dauth-options.h38 int auth_cert_options(struct sshkey *, struct passwd *, const char **);
Dauth2-pubkey.c845 if (auth_cert_options(key, pw, &reason) != 0) in check_authkeys_file()
924 if (auth_cert_options(key, pw, &reason) != 0) in user_cert_trusted_ca()
Dauth-options.c604 auth_cert_options(struct sshkey *k, struct passwd *pw, const char **reason) in auth_cert_options() function