Home | History | Annotate | Download | only in openssh

Lines Matching refs:lenp

214 mm_key_sign(Key *key, u_char **sigp, u_int *lenp, u_char *data, u_int datalen)
229 *sigp = buffer_get_string(&m, lenp);
529 mm_newkeys_to_blob(int mode, u_char **blobp, u_int *lenp)
570 if (lenp != NULL)
571 *lenp = len;