Home | History | Annotate | Download | only in openssh

Lines Matching refs:auth

49 #include "auth.h"
67 AuthenticationConnection *auth;
74 auth = ssh_get_authentication_connection();
75 if (!auth)
81 for (key = ssh_get_first_identity(auth, &comment, 1);
83 key = ssh_get_next_identity(auth, &comment, 1)) {
116 if (!ssh_decrypt_challenge(auth, key, challenge, session_id, 1, response)) {
140 ssh_close_authentication_connection(auth);
147 packet_disconnect("Protocol error waiting RSA auth response: %d",
150 ssh_close_authentication_connection(auth);
316 packet_disconnect("Protocol error waiting RSA auth response: %d", type);
376 packet_disconnect("Protocol error waiting RSA auth response: %d", type);
470 packet_disconnect("Protocol error: got %d in response to passwd auth", type);
678 fatal("ssh_userauth1: server supports no auth methods");