Searched refs:key_sign (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | key.h | 86 int key_sign(const Key *, u_char **, u_int *, const u_char *, u_int,
|
D | key.c | 134 key_sign(const Key *key, u_char **sigp, u_int *lenp, in key_sign() function
|
D | sshd.c | 2187 if (PRIVSEP(key_sign(privkey, signature, &xxx_slen, data, xxx_dlen,
|