Searched refs:conf_value_cmp (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/conf/
H A Dconf_api.c188 static int conf_value_cmp(const CONF_VALUE *a, const CONF_VALUE *b) function
/external/chromium_org/third_party/boringssl/src/crypto/conf/
H A Dconf.c74 static int conf_value_cmp(const CONF_VALUE *a, const CONF_VALUE *b) { function
101 conf->data = lh_CONF_VALUE_new(conf_value_hash, conf_value_cmp);

Completed in 96 milliseconds