Searched refs:ssh_dss_verify (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | key.h | 140 int ssh_dss_verify(const Key *, const u_char *, u_int, const u_char *, u_int);
|
D | ssh-dss.c | 109 ssh_dss_verify(const Key *key, const u_char *signature, u_int signaturelen, in ssh_dss_verify() function
|
D | key.c | 1691 return ssh_dss_verify(key, signature, signaturelen, data, datalen); in key_verify()
|