Searched refs:mm_key_sign (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | monitor_wrap.h | 43 int mm_key_sign(Key *, u_char **, u_int *, const u_char *, u_int);
|
D | monitor_wrap.c | 222 mm_key_sign(Key *key, u_char **sigp, u_int *lenp, in mm_key_sign() function
|
D | sshd.c | 2514 if (mm_key_sign(pubkey, signature, &xxx_slen, data, xxx_dlen) < 0)
|