Lines Matching refs:conf
11 #include <openssl/conf.h>
21 void NCONF_free(CONF *conf);
23 int NCONF_load(CONF *conf, const char *file, long *eline);
24 OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
26 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *name);
27 STACK_OF(OPENSSL_CSTRING) *NCONF_get_section_names(const CONF *conf);
37 NCONF_free() frees the data associated with I<conf> and then frees the I<conf>
41 I<conf>. If an error occurs I<file> and I<eline> list the file and line that
46 NCONF_get0_libctx() gets the library context associated with the I<conf>
50 the I<conf> as B<STACK_OF(OPENSSL_CSTRING)> strings. The individual strings
51 are associated with the I<conf> and will be invalid after I<conf> is
54 NCONF_get_section() gets the config values associated with the I<conf> from
56 stack is associated with the I<conf> and will be invalid after I<conf>