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