Lines Matching refs:auth_method
177 static char *auth_method = "unknown"; variable
309 auth_method = "unknown"; in monitor_child_preauth()
317 auth_method, auth_submethod)) { in monitor_child_preauth()
319 auth_method); in monitor_child_preauth()
330 !auth_root_allowed(auth_method)) in monitor_child_preauth()
347 auth_method, auth_submethod); in monitor_child_preauth()
355 if (strcmp(auth_method, "unknown") == 0) in monitor_child_preauth()
851 auth_method = "none"; in mm_answer_authpassword()
853 auth_method = "password"; in mm_answer_authpassword()
916 auth_method = "keyboard-interactive"; in mm_answer_bsdauthrespond()
966 auth_method = "keyboard-interactive"; in mm_answer_skeyrespond()
1065 auth_method = "keyboard-interactive"; in mm_answer_pam_query()
1097 auth_method = "keyboard-interactive"; in mm_answer_pam_respond()
1118 auth_method = "keyboard-interactive"; in mm_answer_pam_free_ctx()
1161 auth_method = "publickey"; in mm_answer_keyallowed()
1175 auth_method = "hostbased"; in mm_answer_keyallowed()
1201 auth_log(authctxt, 0, 0, auth_method, NULL); in mm_answer_keyallowed()
1387 auth_method = key_blobtype == MM_USERKEY ? "publickey" : "hostbased"; in mm_answer_keyverify()
1794 auth_method = "gssapi-with-mic"; in mm_answer_gss_userok()