Lines Matching refs:ASN1_VALUE
14 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
17 typedef int ASN1_ex_d2i_ex(ASN1_VALUE **pval, const unsigned char **in, long len,
21 typedef int ASN1_ex_i2d(const ASN1_VALUE **pval, unsigned char **out,
23 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
24 typedef int ASN1_ex_new_ex_func(ASN1_VALUE **pval, const ASN1_ITEM *it,
26 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
27 typedef int ASN1_ex_print_func(BIO *out, const ASN1_VALUE **pval,
52 B<ASN1_VALUE> or converting an B<ASN1_VALUE> to or from DER encoding.
70 A "new" function responsible for constructing a new B<ASN1_VALUE> object. The
79 A "free" function responsible for freeing the B<ASN1_VALUE> passed in I<*pval>
86 A "clear" function responsible for clearing any data in the B<ASN1_VALUE> passed
94 class I<class> into an B<ASN1_VALUE>. If I<*pval> is non-NULL then the
95 B<ASN_VALUE> it points to should be reused. Otherwise a new B<ASN1_VALUE>
98 updated to point at the next byte after the decoded data. If the B<ASN1_VALUE>
112 An "i2d" function responsible for converting an B<ASN1_VALUE> into DER encoding.
113 On entry I<*pval> will contain the B<ASN1_VALUE> to be encoded. If default
135 B<ASN1_VALUE> to be printed. I<indent> is the number of spaces of indenting to