Home
last modified time | relevance | path

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

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