/freebsd/crypto/openssl/ |
H A D | configdata.pm.in | 50 our @ISA = qw(Exporter); 51 our @EXPORT = qw( 56 our %config = ({- dump_data(\%config, indent => 0); -}); 57 our %target = ({- dump_data(\%target, indent => 0); -}); 58 our @disablables = ({- dump_data(\@disablables, indent => 0) -}); 59 our @disablables_int = ({- dump_data(\@disablables_int, indent => 0) -}); 60 our %disabled = ({- dump_data(\%disabled, indent => 0); -}); 61 our %withargs = ({- dump_data(\%withargs, indent => 0); -}); 62 our %unified_info = ({- dump_data(\%unified_info, indent => 0); -}); 65 our %available_protocols = (
|
/freebsd/crypto/openssl/Configurations/ |
H A D | descrip.mms.tmpl | 9 (our $osslprefix_q = platform->osslprefix()) =~ s/\$/\\\$/; 11 our $sover_dirname = platform->shlib_version_as_filename(); 12 our $osslver = sprintf "%02d", split(/\./, $config{version}); 14 our $sourcedir = $config{sourcedir}; 15 our $builddir = $config{builddir}; 45 our @libs = 48 our @shlibs = 51 our @install_libs = 55 our @install_shlibs = 59 our @install_engines = [all …]
|
H A D | windows-makefile.tmpl | 9 our $sover_dirname = platform->shlib_version_as_filename(); 19 our $win_installroot = 21 our $win_commonroot = 53 MODULES={- our @MODULES = map { platform->dso($_) } 64 our @fipsmodules = 72 PROGRAMS={- our @PROGRAMS = map { platform->bin($_) } @{$unified_info{programs}}; join(" ", @PROGRA… 74 SCRIPTS={- our @SCRIPTS = @{$unified_info{scripts}}; join(" ", @SCRIPTS) -} 80 GENERATED_MANDATORY={- our @GENERATED_MANDATORY = @{$unified_info{depends}->{""}}; 83 our @GENERATED = map { platform->convertext($_) } @generated; 158 IMAGEDOCS1={- our @IMAGEDOCS1 = @{$unified_info{imagedocs}->{man1}}; [all …]
|
/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 16-dtls-certstatus.cnf.in | 18 our $fips_mode; 20 our @tests = (); 22 our @tests_standard = ( 57 our @tests_sctp = (
|
H A D | 05-sni.cnf.in | 18 our $fips_mode; 20 our @tests = ( 76 # missing SNI (as our test callback does). 151 our @tests_tls_1_1 = (
|
H A D | 28-seclevel.cnf.in | 15 our $fips_mode; 17 our @tests = ( 26 our @tests_ec = ( 62 our @tests_ec_non_fips = ( 75 our @tests_tls1_2 = (
|
H A D | 22-compression.cnf.in | 18 our @tests = (); 20 our @tests_tls1_3 = ( 70 our @tests_tls1_2 = (
|
H A D | 27-ticket-appdata.cnf.in | 18 our @tests12 = ( 57 our @tests13 = ( 97 our @tests = ();
|
H A D | 11-dtls_resumption.cnf.in | 19 our $fips_mode; 21 our @tests = generate_resumption_tests("DTLS", $fips_mode);
|
H A D | 02-protocol-version.cnf.in | 19 our $fips_mode; 21 our @tests = generate_version_tests("TLS", $fips_mode);
|
H A D | 07-dtls-protocol-version.cnf.in | 19 our $fips_mode; 21 our @tests = generate_version_tests("DTLS", $fips_mode);
|
H A D | 10-resumption.cnf.in | 19 our $fips_mode; 21 our @tests = generate_resumption_tests("TLS", $fips_mode);
|
H A D | 19-mac-then-encrypt.cnf.in | 16 our $fips_mode; 18 our @tests = ( 104 our @tests_tls1 = (
|
H A D | 18-dtls-renegotiate.cnf.in | 18 our $fips_mode; 20 our @tests = (); 28 our @tests_basic = ( 131 our @tests_dtls1_2 = (
|
/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
H A D | algorithm | 35 // our device overloads. 39 // overload preceding it. So the simple thing to do would be to declare our 40 // device min/max overloads, and then #include_next <algorithm>. This way our 42 // min/max won't become host+device and conflict with our device overloads. 49 // Therefore we perpetrate the following hack: We mark our __device__ overloads 57 // We need to define these overloads in exactly the namespace our standard
|
/freebsd/contrib/unbound/ |
H A D | SECURITY.md | 19 You can find detailed information on our software support policy here: 26 in one of our projects and you would like to report it to us, you can send an 27 encrypted message to our Security Entry Point.
|
/freebsd/contrib/ldns/ |
H A D | README | 114 who uses our software in production environments and have no direct ties 115 with 'our customers'. 118 whether you use one of our products in your production environment, 120 We would like to refer to the fact that your organization is using our 127 for the Internet. If you use our software to satisfaction please express
|
/freebsd/share/examples/ppp/ |
H A D | ppp.linkup.sample | 8 # 1) The label that matches the IP number assigned to our side. 18 # It is no longer necessary to re-add the default route here as our 26 # If we've got 192.244.176.32 as our address, then regard peer as a gateway
|
H A D | ppp.linkdown.sample | 8 # 1) The label that matches the IP number assigned to our side. 19 # of our temporary IP number, we may want to ``un-notify'' them.
|
/freebsd/contrib/kyua/admin/ |
H A D | travis-build.sh | 59 -- the execution of our tests to _any_ degree speeds up the time it takes to 60 -- complete a test run because many of our tests are blocking.
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.procpriv.ksh | 81 * If our p_pgidp points to the same pid structure as our p_pidp, we will
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | VersionViaGit.cmake | 5 # Useful for auto-versioning in our CMakeLists 23 # set our defaults.
|
/freebsd/contrib/libevent/cmake/ |
H A D | VersionViaGit.cmake | 5 # Useful for auto-versioning in our CMakeLists 23 # set our defaults.
|
/freebsd/lib/libc/ |
H A D | Versions.def | 8 # This is our first version; it depends on no other. 45 # This is our private namespace. Any global interfaces that are
|
/freebsd/contrib/dialog/samples/copifuncs/ |
H A D | copi.ifmcfg4 | 18 # if our system initiated the session, "NoHold" means send "hold" 19 # packets when our system initiated the session. "NoPUA" stands for
|