Searched refs:module_name (Results 1 – 3 of 3) sorted by relevance
/openssl-master/test/testutil/ |
A D | provider.c | 16 OSSL_PROVIDER **provider, const char *module_name) in test_get_libctx() argument 39 if (module_name != NULL in test_get_libctx() 40 && (*provider = OSSL_PROVIDER_load(new_libctx, module_name)) == NULL) { in test_get_libctx() 41 opt_printf_stderr("Failed to load provider %s\n", module_name); in test_get_libctx() 54 const char *module_name; in test_arg_libctx() local 56 if (!TEST_ptr(module_name = test_get_argument(argn))) { in test_arg_libctx() 60 if (strcmp(module_name, "none") == 0) in test_arg_libctx() 63 test_get_argument(argn + 1), provider, module_name); in test_arg_libctx()
|
/openssl-master/util/ |
A D | mk-fipsmodule-cnf.pl | 15 my $module_name; 19 "module=s" => \$module_name, 26 my $module_size = [ stat($module_name) ]->[7]; 28 open my $fh, "<:raw", $module_name or die "Trying to open $module_name: $!"; 29 read $fh, my $data, $module_size or die "Trying to read $module_name: $!";
|
/openssl-master/test/ |
A D | testutil.h | 218 OSSL_PROVIDER **provider, const char *module_name);
|
Completed in 5 milliseconds