Searched refs:ssh_request_reply (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/crypto/openssh/ |
| HD | authfd.c | 127 ssh_request_reply(AuthenticationConnection *auth, Buffer *request, Buffer *reply) in ssh_request_reply() function 241 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_lock_agent() 281 if (ssh_request_reply(auth, &request, &auth->identities) == 0) { in ssh_get_num_identities() 391 if (ssh_request_reply(auth, &buffer, &buffer) == 0) { in ssh_decrypt_challenge() 441 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_agent_sign() 531 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_add_identity_constrained() 569 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_remove_identity() 606 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_update_card() 632 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_remove_all_identities()
|