Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/include/openssl/
H A Dconf_api.h77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
/dflybsd-src/crypto/libressl/crypto/conf/
H A Dconf_api.c107 _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string() function
H A Dconf_def.c386 if (_CONF_add_string(conf, tv, v) == 0) { in def_load_bio()