Searched refs:auth_cert_options (Results 1 – 3 of 3) sorted by relevance
38 int auth_cert_options(Key *, struct passwd *);
346 if (auth_cert_options(key, pw) != 0) { in user_key_allowed2()419 if (auth_cert_options(key, pw) != 0) in user_cert_trusted_ca()
593 auth_cert_options(Key *k, struct passwd *pw) in auth_cert_options() function