Home
last modified time | relevance | path

Searched refs:module_path (Results 1 – 5 of 5) sorted by relevance

/openssl/test/
H A Dprov_config_test.c77 char *module_path = getenv("OPENSSL_MODULES"); in test_path_config() local
81 if (!TEST_ptr(module_path)) in test_path_config()
84 full_path = OPENSSL_zalloc(strlen(module_path) + strlen(P_TEST_PATH) + 1); in test_path_config()
88 strcpy(full_path, module_path); in test_path_config()
/openssl/Configurations/
H A Dplatform.pm11 (my $module_path = $module) =~ s|::|/|g;
13 require "platform/$module_path.pm";
/openssl/apps/
H A Dfipsinstall.c580 char *module_fname = NULL, *parent_config = NULL, *module_path = NULL; in fipsinstall_main() local
786 module_path = OPENSSL_strdup(module_fname); in fipsinstall_main()
787 if (module_path == NULL) in fipsinstall_main()
789 module_path[tail - module_fname] = '\0'; in fipsinstall_main()
790 if (!OSSL_PROVIDER_set_default_search_path(NULL, module_path)) in fipsinstall_main()
916 OPENSSL_free(module_path); in fipsinstall_main()
/openssl/crypto/
H A Dprovider_core.c764 int ossl_provider_set_module_path(OSSL_PROVIDER *prov, const char *module_path) in ossl_provider_set_module_path() argument
768 if (module_path == NULL) in ossl_provider_set_module_path()
770 if ((prov->path = OPENSSL_strdup(module_path)) != NULL) in ossl_provider_set_module_path()
896 const char *module_path = NULL; in provider_init()
930 module_path = prov->path; in provider_init()
931 if (module_path == NULL) in provider_init()
932 module_path = allocated_path = in provider_init()
934 if (module_path != NULL) in provider_init()
935 merged_path = DSO_merge(prov->module, module_path, load_dir); in provider_init()
/openssl/include/internal/
H A Dprovider.h40 int ossl_provider_set_module_path(OSSL_PROVIDER *prov, const char *module_path);

Completed in 17 milliseconds