Searched refs:nconf (Results 1 – 3 of 3) sorted by relevance
11 ASN1_TYPE *ASN1_generate_nconf(const char *str, CONF *nconf);19 I<str> contains the string to encode. I<nconf> or I<cnf> contains21 will be read from. I<nconf> will typically come from a config24 functions. I<cnf> or I<nconf> can be set to NULL if no additional
79 ASN1_TYPE *ASN1_generate_nconf(const char *str, CONF *nconf) in ASN1_generate_nconf() argument83 if (!nconf) in ASN1_generate_nconf()86 X509V3_set_nconf(&cnf, nconf); in ASN1_generate_nconf()
876 ASN1_TYPE *ASN1_generate_nconf(const char *str, CONF *nconf);
Completed in 11 milliseconds