Searched refs:ssh_dss_sign (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ssh-dss.h | 37 int ssh_dss_sign(Key *, u_char **, u_int *, u_char *, u_int);
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | ssh-dss.c | 45 ssh_dss_sign(Key *key, u_char **sigp, u_int *lenp, in ssh_dss_sign() function
|
H A D | key.c | 797 return ssh_dss_sign(key, sigp, lenp, data, datalen); in key_sign()
|