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

/freebsd-10.0-release/crypto/openssh/
H A Dkey.h142 int ssh_dss_verify(const Key *, const u_char *, u_int, const u_char *, u_int);
H A Dssh-dss.c109 ssh_dss_verify(const Key *key, const u_char *signature, u_int signaturelen, function
122 error("ssh_dss_verify: no DSA key");
138 error("ssh_dss_verify: cannot handle type %s", ktype);
148 error("ssh_dss_verify: "
161 fatal("ssh_dss_verify: DSA_SIG_new failed");
163 fatal("ssh_dss_verify: BN_new failed");
165 fatal("ssh_dss_verify: BN_new failed");
168 fatal("ssh_dss_verify: BN_bin2bn failed");
184 debug("ssh_dss_verify: signature %s",
H A Dkey.c1665 return ssh_dss_verify(key, signature, signaturelen, data, datalen);

Completed in 97 milliseconds