Searched refs:ssh_dss_verify (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/usr.bin/ssh/ |
| D | key.h | 84 int ssh_dss_verify(const Key *, const u_char *, u_int, const u_char *, u_int);
|
| D | ssh-dss.c | 105 ssh_dss_verify(const Key *key, const u_char *signature, u_int signaturelen, in ssh_dss_verify() function
|
| D | key.c | 937 return ssh_dss_verify(key, signature, signaturelen, data, datalen); in key_verify()
|