Home
last modified time | relevance | path

Searched refs:accept_host_key (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dsshconnect.h53 int accept_host_key(char *, struct sockaddr *, Key *);
H A Dkex.h153 int (*accept_host_key)(Key *); /* for GSS keyex */ member
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dkexgssc.c294 if (server_host_key && kex->accept_host_key != NULL) in kexgss_client()
295 (void) kex->accept_host_key(server_host_key); in kexgss_client()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c90 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()
H A Dsshconnect.c971 accept_host_key(char *host, struct sockaddr *hostaddr, Key *host_key) in accept_host_key() function