Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dauthfd.h92 ssh_decrypt_challenge(AuthenticationConnection *, Key *, BIGNUM *, u_char[16],
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dauthfd.c362 ssh_decrypt_challenge(AuthenticationConnection *auth, in ssh_decrypt_challenge() function
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c123 if (!ssh_decrypt_challenge(auth, key, challenge, session_id, 1, response)) { in try_agent_authentication()