Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dauthfd.h87 ssh_decrypt_challenge(AuthenticationConnection *, Key *, BIGNUM *, u_char[16],
Dauthfd.c364 ssh_decrypt_challenge(AuthenticationConnection *auth, in ssh_decrypt_challenge() function
Dsshconnect1.c115 if (!ssh_decrypt_challenge(auth, key, challenge, session_id, 1, response)) { in try_agent_authentication()