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