Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dssh-dss.h38 int ssh_dss_verify(Key *, u_char *, u_int, u_char *, u_int);
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dssh-dss.c107 ssh_dss_verify(Key *key, u_char *signature, u_int signaturelen, in ssh_dss_verify() function
H A Dkey.c824 return ssh_dss_verify(key, signature, signaturelen, data, datalen); in key_verify()