Searched refs:ssh_ecdsa_sign (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dkey.h149 int ssh_ecdsa_sign(const Key *, u_char **, u_int *, const u_char *, u_int);
H A Dssh-ecdsa.c47 ssh_ecdsa_sign(const Key *key, u_char **sigp, u_int *lenp, function
H A Dkey.c1681 return ssh_ecdsa_sign(key, sigp, lenp, data, datalen);

Completed in 194 milliseconds