Home
last modified time | relevance | path

Searched refs:lh_CONF_VALUE_new (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_api.c125 conf->data = lh_CONF_VALUE_new(conf_value_hash, conf_value_cmp); in _CONF_new_data()
/freebsd/crypto/openssl/include/openssl/
H A Dconf.h68 #define lh_CONF_VALUE_new(hfn, cmp) ((LHASH_OF(CONF_VALUE) *)OPENSSL_LH_new(ossl_check_CONF_VALUE_l… macro