Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/
Dssh-ed25519.c35 ssh_ed25519_sign(const Key *key, u_char **sigp, u_int *lenp, in ssh_ed25519_sign() function
Dkey.h155 int ssh_ed25519_sign(const Key *, u_char **, u_int *, const u_char *, u_int);
Dkey.c1780 return ssh_ed25519_sign(key, sigp, lenp, data, datalen); in key_sign()