Home
last modified time | relevance | path

Searched refs:_CONF_new_section (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/include/openssl/
H A Dconf_api.h70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
/dragonfly/crypto/libressl/crypto/conf/
H A Dconf_def.c244 sv = _CONF_new_section(conf, section); in def_load_bio()
327 sv = _CONF_new_section(conf, section); in def_load_bio()
378 tv = _CONF_new_section(conf, psection); in def_load_bio()
H A Dconf_api.c249 _CONF_new_section(CONF *conf, const char *section) in _CONF_new_section() function