Searched refs:ssh_request_reply (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/usr.bin/ssh/ |
| D | authfd.c | 126 ssh_request_reply(AuthenticationConnection *auth, Buffer *request, Buffer *reply) in ssh_request_reply() function 240 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_lock_agent() 280 if (ssh_request_reply(auth, &request, &auth->identities) == 0) { in ssh_get_num_identities() 390 if (ssh_request_reply(auth, &buffer, &buffer) == 0) { in ssh_decrypt_challenge() 439 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_agent_sign() 538 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_add_identity_constrained() 576 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_remove_identity() 613 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_update_card() 639 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_remove_all_identities()
|