Searched refs:accept_host_key (Results 1 – 5 of 5) sorted by relevance
53 int accept_host_key(char *, struct sockaddr *, Key *);
153 int (*accept_host_key)(Key *); /* for GSS keyex */ member
294 if (server_host_key && kex->accept_host_key != NULL) in kexgss_client()295 (void) kex->accept_host_key(server_host_key); in kexgss_client()
90 if (accept_host_key(xxx_host, xxx_hostaddr, hostkey) == -1) in accept_host_key_callback()177 kex->accept_host_key=&accept_host_key_callback; in ssh_kex2()
971 accept_host_key(char *host, struct sockaddr *hostaddr, Key *host_key) in accept_host_key() function