Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dssh-dss.h37 int ssh_dss_sign(Key *, u_char **, u_int *, u_char *, u_int);
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dssh-dss.c45 ssh_dss_sign(Key *key, u_char **sigp, u_int *lenp, in ssh_dss_sign() function
H A Dkey.c797 return ssh_dss_sign(key, sigp, lenp, data, datalen); in key_sign()