Searched refs:module_name (Results 1 – 3 of 3) sorted by relevance
/openssl/util/ |
H A D | mk-fipsmodule-cnf.pl | 32 my $module_name; 36 "module=s" => \$module_name, 43 my $module_size = [ stat($module_name) ]->[7]; 45 open my $fh, "<:raw", $module_name or die "Trying to open $module_name: $!"; 46 read $fh, my $data, $module_size or die "Trying to read $module_name: $!";
|
/openssl/test/testutil/ |
H A D | provider.c | 18 OSSL_PROVIDER **provider, const char *module_name) in test_get_libctx() argument 41 if (provider != NULL && module_name != NULL in test_get_libctx() 42 && (*provider = OSSL_PROVIDER_load(new_libctx, module_name)) == NULL) { in test_get_libctx() 43 opt_printf_stderr("Failed to load provider %s\n", module_name); in test_get_libctx() 56 const char *module_name; in test_arg_libctx() local 58 if (!TEST_ptr(module_name = test_get_argument(argn))) { in test_arg_libctx() 62 if (strcmp(module_name, "none") == 0) in test_arg_libctx() 65 test_get_argument(argn + 1), provider, module_name); in test_arg_libctx()
|
/openssl/test/ |
H A D | testutil.h | 219 OSSL_PROVIDER **provider, const char *module_name);
|
Completed in 14 milliseconds