Searched refs:ssh_dss_verify (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ssh-dss.h | 38 int ssh_dss_verify(Key *, u_char *, u_int, u_char *, u_int);
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | ssh-dss.c | 107 ssh_dss_verify(Key *key, u_char *signature, u_int signaturelen, in ssh_dss_verify() function
|
H A D | key.c | 824 return ssh_dss_verify(key, signature, signaturelen, data, datalen); in key_verify()
|