Home
last modified time | relevance | path

Searched refs:SSH2_AGENT_SIGN_RESPONSE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dauthfd.h41 #define SSH2_AGENT_SIGN_RESPONSE 14 macro
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dauthfd.c444 } else if (type != SSH2_AGENT_SIGN_RESPONSE) { in ssh_agent_sign()
/titanic_41/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c321 buffer_put_char(&msg, SSH2_AGENT_SIGN_RESPONSE); in process_sign_request2()