Home | History | Annotate | Download | only in asn1

Lines Matching defs:len

121     long len;
126 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
136 ret = c2i_ASN1_OBJECT(a, &p, len);
146 long len)
158 if (len <= 0 || len > INT_MAX || pp == NULL || (p = *pp) == NULL ||
159 p[len - 1] & 0x80) {
163 /* Now 0 < len <= INT_MAX, so the cast is safe. */
164 length = (int)len;
262 ASN1_OBJECT *ASN1_OBJECT_create(int nid, unsigned char *data, int len,
271 o.length = len;