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

/freebsd-10.0-release/crypto/openssh/
H A Dkey.h141 int ssh_dss_sign(const Key *, u_char **, u_int *, const u_char *, u_int);
H A Dssh-dss.c46 ssh_dss_sign(const Key *key, u_char **sigp, u_int *lenp, function
58 error("ssh_dss_sign: no DSA key");
69 error("ssh_dss_sign: sign failed");
H A Dkey.c1632 return ssh_dss_sign(key, sigp, lenp, data, datalen);

Completed in 77 milliseconds