Searched refs:ssh_ed25519_sign (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/crypto/openssh/ |
| D | ssh-ed25519.c | 35 ssh_ed25519_sign(const Key *key, u_char **sigp, u_int *lenp, in ssh_ed25519_sign() function
|
| D | key.h | 155 int ssh_ed25519_sign(const Key *, u_char **, u_int *, const u_char *, u_int);
|
| D | key.c | 1780 return ssh_ed25519_sign(key, sigp, lenp, data, datalen); in key_sign()
|