Searched refs:auth_cert_options (Results 1 – 3 of 3) sorted by relevance
38 int auth_cert_options(struct sshkey *, struct passwd *, const char **);
845 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()
604 auth_cert_options(struct sshkey *k, struct passwd *pw, const char **reason) in auth_cert_options() function