Lines Matching refs:cnf
129 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf);
135 X509V3_CTX cnf;
140 X509V3_set_nconf(&cnf, nconf);
141 return ASN1_generate_v3(str, &cnf);
144 ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf)
170 if (!cnf) {
174 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf);
447 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf)
459 if (!cnf)
461 sect = X509V3_get_section(cnf, (char *)section);
466 ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf);
507 X509V3_section_free(cnf, sect);