Searched refs:module_path (Results 1 – 5 of 5) sorted by relevance
77 char *module_path = getenv("OPENSSL_MODULES"); in test_path_config() local81 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()
11 (my $module_path = $module) =~ s|::|/|g;13 require "platform/$module_path.pm";
580 char *module_fname = NULL, *parent_config = NULL, *module_path = NULL; in fipsinstall_main() local786 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()
764 int ossl_provider_set_module_path(OSSL_PROVIDER *prov, const char *module_path) in ossl_provider_set_module_path() argument768 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()
40 int ossl_provider_set_module_path(OSSL_PROVIDER *prov, const char *module_path);
Completed in 15 milliseconds