Home | History | Annotate | Download | only in asn1

Lines Matching defs:ASN1_VALUE

298 typedef struct ASN1_VALUE_st ASN1_VALUE;
547 ASN1_VALUE * asn1_value;
1086 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it);
1087 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it);
1088 ASN1_VALUE * ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it);
1089 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
1090 int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
1118 int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent,
1135 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it);
1137 int i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
1139 int PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
1142 int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
1146 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);