Searched refs:ossl_provider_set_module_path (Results 1 – 4 of 4) sorted by relevance
40 int ossl_provider_set_module_path(OSSL_PROVIDER *prov, const char *module_path);
7 ossl_provider_set_module_path,38 int ossl_provider_set_module_path(OSSL_PROVIDER *prov, const char *path);161 ossl_provider_set_module_path() sets the module path to load the313 If a path was given with ossl_provider_set_module_path(), use that as347 ossl_provider_set_module_path(),
238 ossl_provider_set_module_path(prov, path); in provider_conf_activate()
584 if (!ossl_provider_set_module_path(prov, template.path)) { in ossl_provider_new()764 int ossl_provider_set_module_path(OSSL_PROVIDER *prov, const char *module_path) in ossl_provider_set_module_path() function
Completed in 13 milliseconds