Searched refs:response_type (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dauthfd.c373 u_int response_type,
383 if (response_type == 0) {
394 buffer_put_int(&buffer, response_type);
370 ssh_decrypt_challenge(AuthenticationConnection *auth, Key* key, BIGNUM *challenge, u_char session_id[16], u_int response_type, u_char response[16]) argument
H A Dssh-agent.c257 u_int response_type; local
279 response_type = buffer_get_int(&e->request);
280 if (response_type != 1)

Completed in 94 milliseconds