Home | History | Annotate | Download | only in openssh

Lines Matching full:hlen

1088 	size_t	 i, tlen, hlen;
1138 hlen = (r <= 0) ? 0 : strlen(hash);
1163 for (i = 0; i < (FLDSIZE_X - hlen) / 2; i++)
1165 memcpy(p, hash, hlen);
1166 p += hlen;
1167 for (i += hlen; i < FLDSIZE_X; i++)