Lines Matching refs:method
245 auth_log(Authctxt *authctxt, int authenticated, char *method, char *info) in auth_log() argument
261 if (authctxt->method) { in auth_log()
263 if (authctxt->method->postponed) in auth_log()
265 if (authctxt->method->abandoned) in auth_log()
267 if (authctxt->method->authenticated) { in auth_log()
289 (method != NULL) ? method : "<unknown authentication method>", in auth_log()
296 if (authenticated == 0 && strcmp(method, "password") == 0) in auth_log()
357 auth_root_allowed(char *method) in auth_root_allowed() argument
364 if (strcmp(method, "password") != 0 && in auth_root_allowed()
365 strcmp(method, "keyboard-interactive") != 0) in auth_root_allowed()
640 run_auth_hook(const char *path, const char *user, const char *method) in run_auth_hook() argument
649 if (path == NULL || user == NULL || method == NULL) { in run_auth_hook()
670 args[1] = xstrdup(method); in run_auth_hook()