Lines Matching refs:ASN1_VALUE
92 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it);
93 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it);
95 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
97 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr);
99 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it);
101 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it);
102 void asn1_enc_cleanup(ASN1_VALUE **pval, const ASN1_ITEM *it);
103 int asn1_enc_save(ASN1_VALUE **pval, CBS *cbs, const ASN1_ITEM *it);
104 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, const ASN1_ITEM *it);
169 int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
173 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it);
175 int i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
177 int PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
179 int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
182 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
184 int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
185 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
187 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
188 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);