Lines Matching refs:val
26 static int x509_name_ex_d2i(ASN1_VALUE **val,
31 static int x509_name_ex_i2d(const ASN1_VALUE **val, unsigned char **out,
33 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it);
34 static void x509_name_ex_free(ASN1_VALUE **val, const ASN1_ITEM *it);
90 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it)
101 *val = (ASN1_VALUE *)ret;
138 static int x509_name_ex_d2i(ASN1_VALUE **val,
172 if (*val)
173 x509_name_ex_free(val, NULL);
198 *val = nm.a;
211 static int x509_name_ex_i2d(const ASN1_VALUE **val, unsigned char **out,
215 X509_NAME *a = (X509_NAME *)*val;