Home
last modified time | relevance | path

Searched refs:bldtop_file (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/test/recipes/
H A D01-test_fipsmodule_cnf.t31 my $fipsmodule = bldtop_file('providers', platform->dso('fips'));
32 my $fipsmoduleconf = bldtop_file('test', 'fipsmodule.cnf');
H A D00-prep_fipsmodule_cnf.t27 my $fipsmodule = bldtop_file('providers', platform->dso('fips'));
28 my $fipsmoduleconf = bldtop_file('test', 'fipsmodule.cnf');
H A D82-test_tfo_cli.t27 my $shlib_wrap = bldtop_file("util", "shlib_wrap.sh");
28 my $apps_openssl = bldtop_file("apps", "openssl");
H A D82-test_ocsp_cert_chain.t33 my $shlib_wrap = bldtop_file("util", "shlib_wrap.sh");
34 my $apps_openssl = bldtop_file("apps", "openssl");
H A D01-test_symbol_presence.t47 $stlibpath{$_} = bldtop_file($stlibname{$_});
49 $shlibpath{$_} = bldtop_file($shlibname{$_}) unless disabled('shared');
H A D02-test_internal_provider.t17 $ENV{OPENSSL_CONF} = bldtop_file("test", "provider_internal_test.cnf");
H A D20-test_nocache.t27 $ENV{OPENSSL_CONF} = bldtop_file("test", "nocache-and-default.cnf");
H A D90-test_fipsload.t28 my $fips = bldtop_file('providers', platform->dso('fips'));
H A D90-test_threads.t43 open CFGINC, '<', bldtop_file('/test/fipsmodule.cnf');
H A D90-test_sslapi.t19 my $fipsmodcfg = bldtop_file("test", $fipsmodcfg_filename);
H A D03-test_fipsinstall.t69 my $infile = bldtop_file('providers', platform->dso('fips'));
H A D20-test_cli_fips.t31 my $fipsmodule = bldtop_file('providers', platform->dso('fips'));
H A D80-test_ssl_old.t157 my $fipsmodcfg = bldtop_file("test", $fipsmodcfg_filename);
/freebsd/crypto/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm92 my $configdata = bldtop_file("configdata.pm");
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm582 sub bldtop_file { subroutine