Searched refs:bldtop_file (Results 1 – 10 of 10) sorted by relevance
/openssl-master/test/recipes/ |
A D | 00-prep_fipsmodule_cnf.t | 27 my $fipsmodule = bldtop_file('providers', platform->dso('fips')); 28 my $fipsmoduleconf = bldtop_file('test', 'fipsmodule.cnf');
|
A D | 01-test_fipsmodule_cnf.t | 31 my $fipsmodule = bldtop_file('providers', platform->dso('fips')); 32 my $fipsmoduleconf = bldtop_file('test', 'fipsmodule.cnf');
|
A D | 02-test_internal_provider.t | 17 $ENV{OPENSSL_CONF} = bldtop_file("test", "provider_internal_test.cnf");
|
A D | 90-test_fipsload.t | 28 my $fips = bldtop_file('providers', platform->dso('fips'));
|
A D | 90-test_threads.t | 41 open CFGINC, '<', bldtop_file('/test/fipsmodule.cnf');
|
A D | 01-test_symbol_presence.t | 46 my $shlibpath = bldtop_file($shlibname);
|
A D | 03-test_fipsinstall.t | 29 my $infile = bldtop_file('providers', platform->dso('fips'));
|
A D | 20-test_cli_fips.t | 31 my $fipsmodule = bldtop_file('providers', platform->dso('fips'));
|
/openssl-master/util/perl/OpenSSL/Test/ |
A D | Utils.pm | 89 my $configdata = bldtop_file("configdata.pm");
|
/openssl-master/util/perl/OpenSSL/ |
A D | Test.pm | 582 sub bldtop_file { subroutine
|
Completed in 13 milliseconds