Searched refs:ssh_request_reply (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | 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()
|