Home | History | Annotate | Download | only in openssh

Lines Matching full:idlen

66     const u_char *id, u_int idlen)
87 buffer_put_string(&b, id, idlen);
117 * 'idlen' bytes from 'id' will be included in the signature hash as an anti-
127 const u_char *id, u_int idlen, BIGNUM **r_p, BIGNUM **e_p)
177 id, idlen)) == NULL) {
213 * 'idlen' bytes from 'id' will be included in the signature hash as an anti-
220 const BIGNUM *x, const BIGNUM *g_x, const u_char *id, u_int idlen,
227 x, g_x, id, idlen, &r, &e) != 0)
252 * Signature hash will be salted with 'idlen' bytes from 'id'.
257 const EVP_MD *evp_md, const BIGNUM *g_x, const u_char *id, u_int idlen,
306 id, idlen)) == NULL) {
353 * Signature hash will be salted with 'idlen' bytes from 'id'.
359 const BIGNUM *g_x, const u_char *id, u_int idlen,
389 g_x, id, idlen, r, e);