Searched refs:ssh_request_reply (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | authfd.c | 115 ssh_request_reply(AuthenticationConnection *auth, Buffer *request, Buffer *reply) in ssh_request_reply() function 239 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_lock_agent() 279 if (ssh_request_reply(auth, &request, &auth->identities) == 0) { in ssh_get_num_identities() 388 if (ssh_request_reply(auth, &buffer, &buffer) == 0) { in ssh_decrypt_challenge() 437 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_agent_sign() 535 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_add_identity_constrained() 579 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_remove_identity() 606 if (ssh_request_reply(auth, &msg, &msg) == 0) { in ssh_remove_all_identities()
|