Lines Matching defs:len
166 long len; /* Length of encoding */
231 type *d2i_##name(type **a, const unsigned char **in, long len); \
236 type *d2i_##name(type **a, const unsigned char **in, long len); \
549 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
550 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
601 int len);
609 int UTF8_getc(const unsigned char *str, int len, unsigned long *val);
610 int UTF8_putc(unsigned char *str, int len, unsigned long value);
649 ASN1_OBJECT *ASN1_OBJECT_create(int nid, unsigned char *data, int len,
680 int ASN1_check_infinite_end(unsigned char **p, long len);
681 int ASN1_const_check_infinite_end(const unsigned char **p, long len);
766 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent);
767 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent,
775 int ASN1_TYPE_set_octetstring(ASN1_TYPE *a, unsigned char *data, int len);
778 unsigned char *data, int len);
790 int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len,
792 int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
809 long len, const ASN1_ITEM *it);