Lines Matching defs:data
124 * holder for the location where indefinite length constructed data should be
149 unsigned char *data;
152 * is mostly being used for BIT_STRING so if the input data has a
547 * make its data void *
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);
600 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *str, const unsigned char *data,
649 ASN1_OBJECT *ASN1_OBJECT_create(int nid, unsigned char *data, int len,
775 int ASN1_TYPE_set_octetstring(ASN1_TYPE *a, unsigned char *data, int len);
776 int ASN1_TYPE_get_octetstring(const ASN1_TYPE *a, unsigned char *data, int max_len);
778 unsigned char *data, int len);
780 unsigned char *data, int max_len);
862 void ASN1_SCTX_set_app_data(ASN1_SCTX *p, void *data);
873 int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,