Lines Matching defs:length
34 * indefinite length constructed encoding, where appropriate
149 /* Use indefinite length constructed if requested */
173 /* First work out sequence content length */
303 /* Determine total length of items */
320 /* If EXPLICIT need length of surrounding tag */
349 /* Find length of tagged item */
358 /* Find length of EXPLICIT tag */
384 int length;
392 cmplen = (d1->length < d2->length) ? d1->length : d2->length;
396 return d1->length - d2->length;
443 tder->length = ASN1_item_ex_i2d(&skitem, &p, item, -1, iclass);
452 memcpy(p, tder->data, tder->length);
453 p += tder->length;
479 * Get length of content octets and maybe find out the underlying type.
486 * octets so don't include tag+length. We need to check here because the
510 /* Output tag+length followed by content octets */
569 len = otmp->length;
632 strtmp->length = 0;
638 len = strtmp->length;