Home
last modified time | relevance | path

Searched refs:ssh_get_authentication_socket (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauthfd.h44 int ssh_get_authentication_socket(int *fdp);
H A Dauthfd.c124 ssh_get_authentication_socket(int *fdp) in ssh_get_authentication_socket() function
H A Dsshconnect.c1776 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) { in maybe_add_key_to_agent()
H A Dssh.c2098 if ((r = ssh_get_authentication_socket(NULL)) != 0) { in check_agent_present()
H A Dclientloop.c1829 r = ssh_get_authentication_socket(&sock); in client_request_agent()
/netbsd-src/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c373 if (ssh_get_authentication_socket(&agent_fd) != 0) { in pam_ssh_add_keys_to_agent()