Lines Matching defs:length
29 objsize = ASN1_object_size(0, a->length, V_ASN1_OBJECT);
42 ASN1_put_object(&p, 0, a->length, V_ASN1_OBJECT, V_ASN1_UNIVERSAL);
43 memcpy(p, a->data, a->length);
49 *pp = allocated != NULL ? allocated : p + a->length;
207 i += BIO_dump(bp, (const char *)a->data, a->length);
217 long length)
225 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
250 int i, length;
263 length = (int)len;
270 tobj.length = length;
287 for (i = 0; i < length; i++, p++) {
307 if ((data == NULL) || (ret->length < length)) {
308 ret->length = 0;
310 data = OPENSSL_malloc(length);
317 memcpy(data, p, length);
326 ret->length = length;
330 p += length;
374 a->length = 0;
389 o.length = len;