Home
last modified time | relevance | path

Searched refs:ssh_agent_bind_hostkey (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.bin/ssh/
Dauthfd.h67 int ssh_agent_bind_hostkey(int sock, const struct sshkey *key,
Dauthfd.c752 ssh_agent_bind_hostkey(int sock, const struct sshkey *key, in ssh_agent_bind_hostkey() function
Dsshconnect2.c1632 if ((r = ssh_agent_bind_hostkey(agent_fd, ssh->kex->initial_hostkey, in get_agent_identities()
Dclientloop.c1820 if ((r = ssh_agent_bind_hostkey(sock, ssh->kex->initial_hostkey, in client_request_agent()