Lines Matching refs:pval
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,
71 newly constructed value should be stored in I<*pval>. The I<it> parameter is a
79 A "free" function responsible for freeing the B<ASN1_VALUE> passed in I<*pval>
87 in I<*pval> and making it suitable for reuse. The I<it> parameter is a pointer
94 class I<class> into an B<ASN1_VALUE>. If I<*pval> is non-NULL then the
96 should be allocated and stored in I<*pval>. I<*in> points to the DER data to be
113 On entry I<*pval> will contain the B<ASN1_VALUE> to be encoded. If default
134 A "print" function. I<out> is the BIO to print the output to. I<*pval> is the