Searched refs:CONF_modules_load_file_ex (Results 1 – 3 of 3) sorted by relevance
70 ret = CONF_modules_load_file_ex(OSSL_LIB_CTX_get0_global_default(), in ossl_config_int()
191 int CONF_modules_load_file_ex(OSSL_LIB_CTX *libctx, const char *filename, in CONF_modules_load_file_ex() function248 return CONF_modules_load_file_ex(NULL, filename, appname, flags); in CONF_modules_load_file()
483 return CONF_modules_load_file_ex(ctx, config_file, NULL, 0) > 0; in OSSL_LIB_CTX_load_config()
Completed in 13 milliseconds