Searched refs:ssh_request_reply (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/crypto/openssh/ |
| HD | authfd.c | 125 ssh_request_reply(int sock, struct sshbuf *request, struct sshbuf *reply) in ssh_request_reply() function 192 if ((r = ssh_request_reply(sock, msg, msg)) != 0) in ssh_lock_agent() 298 if ((r = ssh_request_reply(sock, msg, msg)) != 0) in ssh_fetch_identitylist() 409 if ((r = ssh_request_reply(sock, msg, msg)) != 0) in ssh_decrypt_challenge() 471 if ((r = ssh_request_reply(sock, msg, msg)) != 0) in ssh_agent_sign() 598 if ((r = ssh_request_reply(sock, msg, msg)) != 0) in ssh_add_identity_constrained() 644 if ((r = ssh_request_reply(sock, msg, msg)) != 0) in ssh_remove_identity() 686 if ((r = ssh_request_reply(sock, msg, msg)) != 0) in ssh_update_card() 713 if ((r = ssh_request_reply(sock, msg, msg)) != 0) in ssh_remove_all_identities()
|
| HD | ssh_namespace.h | 716 #define ssh_request_reply Fssh_ssh_request_reply macro
|