Home
last modified time | relevance | path

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

/external/openssh/
Dkey.h139 int ssh_dss_sign(const Key *, u_char **, u_int *, const u_char *, u_int);
Dssh-dss.c46 ssh_dss_sign(const Key *key, u_char **sigp, u_int *lenp, in ssh_dss_sign() function
Dkey.c1658 return ssh_dss_sign(key, sigp, lenp, data, datalen); in key_sign()