Searched refs:pubkey_auth_info (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | auth.h | 130 void pubkey_auth_info(Authctxt *, const Key *, const char *, ...)
|
D | auth2-hostbased.c | 136 pubkey_auth_info(authctxt, key, in userauth_hostbased()
|
D | auth-rsa.c | 343 pubkey_auth_info(authctxt, key, NULL); in auth_rsa()
|
D | auth2-pubkey.c | 168 pubkey_auth_info(authctxt, key, NULL); in userauth_pubkey() 215 pubkey_auth_info(Authctxt *authctxt, const Key *key, const char *fmt, ...) in pubkey_auth_info() function
|
D | monitor.c | 1226 pubkey_auth_info(authctxt, key, NULL); in mm_answer_keyallowed() 1238 pubkey_auth_info(authctxt, key, in mm_answer_keyallowed()
|