Searched refs:ssh_decrypt_challenge (Results 1 – 3 of 3) sorted by relevance
40 int ssh_decrypt_challenge(int sock, struct sshkey* key, BIGNUM *challenge,
124 if ((r = ssh_decrypt_challenge(agent_fd, idlist->keys[i], in try_agent_authentication()
390 ssh_decrypt_challenge(int sock, struct sshkey* key, BIGNUM *challenge, in ssh_decrypt_challenge() function