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

/freebsd-10.1-release/crypto/openssh/
H A Dkey.h151 int ssh_ecdsa_sign(const Key *, u_char **, u_int *, const u_char *, u_int);
H A Dssh-ecdsa.c48 ssh_ecdsa_sign(const Key *key, u_char **sigp, u_int *lenp, function
H A Dkey.c1772 return ssh_ecdsa_sign(key, sigp, lenp, data, datalen);

Completed in 102 milliseconds