Searched refs:bldtop_file (Results 1 – 15 of 15) sorted by relevance
| /freebsd/crypto/openssl/test/recipes/ |
| 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 | 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 | 82-test_tfo_cli.t | 27 my $shlib_wrap = bldtop_file("util", "shlib_wrap.sh"); 28 my $apps_openssl = bldtop_file("apps", "openssl");
|
| H A D | 82-test_ocsp_cert_chain.t | 33 my $shlib_wrap = bldtop_file("util", "shlib_wrap.sh"); 34 my $apps_openssl = bldtop_file("apps", "openssl");
|
| H A D | 01-test_symbol_presence.t | 47 $stlibpath{$_} = bldtop_file($stlibname{$_}); 49 $shlibpath{$_} = bldtop_file($shlibname{$_}) unless disabled('shared');
|
| H A D | 02-test_internal_provider.t | 17 $ENV{OPENSSL_CONF} = bldtop_file("test", "provider_internal_test.cnf");
|
| H A D | 20-test_nocache.t | 27 $ENV{OPENSSL_CONF} = bldtop_file("test", "nocache-and-default.cnf");
|
| H A D | 90-test_fipsload.t | 28 my $fips = bldtop_file('providers', platform->dso('fips'));
|
| H A D | 90-test_threads.t | 43 open CFGINC, '<', bldtop_file('/test/fipsmodule.cnf');
|
| H A D | 90-test_sslapi.t | 19 my $fipsmodcfg = bldtop_file("test", $fipsmodcfg_filename);
|
| H A D | 03-test_fipsinstall.t | 69 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'));
|
| H A D | 80-test_ssl_old.t | 157 my $fipsmodcfg = bldtop_file("test", $fipsmodcfg_filename);
|
| /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 | 582 sub bldtop_file { subroutine
|