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

/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp_cnf.c77 const char *oid_section; local
80 oid_section = CONF_imodule_get_value(md);
81 if (!(sktmp = NCONF_get_section(cnf, oid_section))) {
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn_moid.c75 const char *oid_section; local
78 oid_section = CONF_imodule_get_value(md);
79 if (!(sktmp = NCONF_get_section(cnf, oid_section))) {
100 CONF_module_add("oid_section", oid_module_init, oid_module_finish);

Completed in 55 milliseconds