Searched refs:ssh_get_authentication_socket (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dauthfd.h26 int ssh_get_authentication_socket(int *fdp);
H A Dssh-add.c498 switch (r = ssh_get_authentication_socket(&agent_fd)) {
H A Dsshd.c699 r = ssh_get_authentication_socket(&auth_sock);
1861 if ((r = ssh_get_authentication_socket(NULL)) == 0)
2314 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) {
H A Dauthfd.c88 ssh_get_authentication_socket(int *fdp) function
170 * ssh_get_authentication_socket().
H A Dsshconnect1.c76 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) {
78 debug("%s: ssh_get_authentication_socket: %s",
H A Dclientloop.c1855 if ((r = ssh_get_authentication_socket(&sock)) != 0 &&
1857 debug("%s: ssh_get_authentication_socket: %s",
1986 if ((r = ssh_get_authentication_socket(&sock)) != 0) {
1988 debug("%s: ssh_get_authentication_socket: %s",
H A Dsshconnect.c1529 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) {
H A Dssh_namespace.h611 #define ssh_get_authentication_socket Fssh_ssh_get_authentication_socket macro
H A Dsshconnect2.c1307 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) {
1309 debug("%s: ssh_get_authentication_socket: %s",
H A Dssh.c1694 if ((r = ssh_get_authentication_socket(NULL)) != 0) {
1697 debug("ssh_get_authentication_socket: %s",
/freebsd-10-stable/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c341 if (ssh_get_authentication_socket(&fd) != 0) {

Completed in 135 milliseconds