Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/recipes/
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 D01-test_fipsmodule_cnf.t31 my $fipsmodule = bldtop_file('providers', platform->dso('fips'));
32 my $fipsmoduleconf = bldtop_file('test', 'fipsmodule.cnf');
H A D02-test_internal_provider.t17 $ENV{OPENSSL_CONF} = bldtop_file("test", "provider_internal_test.cnf");
H A D90-test_fipsload.t28 my $fips = bldtop_file('providers', platform->dso('fips'));
H A D90-test_threads.t41 open CFGINC, '<', bldtop_file('/test/fipsmodule.cnf');
H A D01-test_symbol_presence.t47 my $shlibpath = bldtop_file($shlibname);
H A D03-test_fipsinstall.t29 my $infile = bldtop_file('providers', platform->dso('fips'));
H A D20-test_cli_fips.t31 my $fipsmodule = bldtop_file('providers', platform->dso('fips'));
/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.pm578 sub bldtop_file { subroutine