Lines Matching full:val
64 static int x509_name_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it,
67 static int x509_name_ex_i2d(ASN1_VALUE **val, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
68 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it);
69 static void x509_name_ex_free(ASN1_VALUE **val, const ASN1_ITEM *it);
113 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it)
122 *val = (ASN1_VALUE *)ret;
159 static int x509_name_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it,
177 if(*val) x509_name_ex_free(val, NULL);
196 *val = nm.a;
204 static int x509_name_ex_i2d(ASN1_VALUE **val, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass)
207 X509_NAME *a = (X509_NAME *)*val;