Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dauthfd.h26 int ssh_get_authentication_socket(int *fdp);
H A Dauthfd.c87 ssh_get_authentication_socket(int *fdp) in ssh_get_authentication_socket() function
H A Dsshd.c610 r = ssh_get_authentication_socket(&auth_sock); in privsep_preauth()
1782 if ((r = ssh_get_authentication_socket(NULL)) == 0)
2222 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) {
H A Dssh-add.c539 switch (r = ssh_get_authentication_socket(&agent_fd)) { in main()
H A Dssh_namespace.h518 #define ssh_get_authentication_socket Fssh_ssh_get_authentication_socket macro
H A Dsshconnect.c1558 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) { in maybe_add_key_to_agent()
H A Dssh.c1749 if ((r = ssh_get_authentication_socket(NULL)) != 0) { in check_agent_present()
H A Dclientloop.c1594 if ((r = ssh_get_authentication_socket(&sock)) != 0) { in client_request_agent()
H A Dsshconnect2.c1494 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in pubkey_prepare()
H A Dssh-keygen.c1702 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) in do_ca_sign()
/freebsd-12.1/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c342 if (ssh_get_authentication_socket(&fd) != 0) { in pam_ssh_add_keys_to_agent()