Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dauthfd.c365 u_int response_type, in ssh_decrypt_challenge() argument
375 if (response_type == 0) { in ssh_decrypt_challenge()
386 buffer_put_int(&buffer, response_type); in ssh_decrypt_challenge()
/titanic_41/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c226 u_int response_type; in process_authentication_challenge1() local
248 response_type = buffer_get_int(&e->request); in process_authentication_challenge1()
249 if (response_type != 1) in process_authentication_challenge1()