Lines Matching defs:length
20 static int asn1_parse2(BIO *bp, const unsigned char **pp, long length,
94 static int asn1_parse2(BIO *bp, const unsigned char **pp, long length,
115 tot = p + length;
116 while (length > 0) {
118 j = ASN1_get_object(&p, &len, &tag, &xclass, length);
124 length -= hl;
126 * if j == 0x21 it is a constructed indefinite length object
137 if (len > length) {
138 BIO_printf(bp, "length is greater than %ld\n", length);
210 if (os != NULL && os->length > 0) {
215 for (i = 0; i < os->length; i++) {
229 if (BIO_write(bp, (const char *)opp, os->length) <= 0)
238 for (i = 0; i < os->length; i++) {
253 length) ? os->length : dump),
272 for (i = 0; i < ai->length; i++) {
276 if (ai->length == 0) {
298 for (i = 0; i < ae->length; i++) {
302 if (ae->length == 0) {
348 length -= len;