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(Key *, struct passwd *);
Dauth2-pubkey.c346 if (auth_cert_options(key, pw) != 0) { in user_key_allowed2()
419 if (auth_cert_options(key, pw) != 0) in user_cert_trusted_ca()
Dauth-options.c593 auth_cert_options(Key *k, struct passwd *pw) in auth_cert_options() function