Home
last modified time | relevance | path

Searched refs:our (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/src/crypto/openssl/
H A Dconfigdata.pm.in50 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 = (
/src/crypto/openssl/test/ssl-tests/
H A D16-dtls-certstatus.cnf.in18 our $fips_mode;
20 our @tests = ();
22 our @tests_standard = (
57 our @tests_sctp = (
H A D28-seclevel.cnf.in15 our $fips_mode;
17 our @tests = (
26 our @tests_ec = (
68 our @tests_ec_non_fips = (
81 our @tests_tls1_2 = (
H A D05-sni.cnf.in18 our $fips_mode;
20 our @tests = (
76 # missing SNI (as our test callback does).
151 our @tests_tls_1_1 = (
H A D19-mac-then-encrypt.cnf.in16 our $fips_mode;
17 our $fips_3_4;
22 our @tests = (
108 our @tests_tls1 = (
H A D27-ticket-appdata.cnf.in18 our @tests12 = (
57 our @tests13 = (
97 our @tests = ();
H A D18-dtls-renegotiate.cnf.in18 our $fips_mode;
19 our $fips_3_4;
21 our @tests = ();
29 our @tests_basic = (
137 our @tests_dtls1_2 = (
H A D07-dtls-protocol-version.cnf.in19 our $fips_mode;
21 our @tests = generate_version_tests("DTLS", $fips_mode);
H A D10-resumption.cnf.in19 our $fips_mode;
21 our @tests = generate_resumption_tests("TLS", $fips_mode);
H A D11-dtls_resumption.cnf.in19 our $fips_mode;
21 our @tests = generate_resumption_tests("DTLS", $fips_mode);
H A D02-protocol-version.cnf.in19 our $fips_mode;
21 our @tests = generate_version_tests("TLS", $fips_mode);
H A D22-compression.cnf.in18 our @tests = ();
20 our @tests_tls1_3 = (
78 our @tests_tls1_2 = (
H A D17-renegotiate.cnf.in18 our $fips_3_4;
20 our @tests = (
131 our @tests_tls1_2_rsa = (
210 our @tests_tls1_2 = (
/src/crypto/openssl/Configurations/
H A Ddescrip.mms.tmpl9 (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 Dwindows-makefile.tmpl9 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;
163 IMAGEDOCS1={- our @IMAGEDOCS1 = @{$unified_info{imagedocs}->{man1}};
[all …]
/src/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/
H A Dalgorithm35 // 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
/src/contrib/jemalloc/doc_internal/
H A DPROFILING_INTERNALS.md6 ## Some tricks in our implementation toolbag
9our metadata is quite expensive; we need to walk up the stack to get a stack trace. On top of that…
12our fast paths, even a `coinflip(p)` function can be quite expensive. Having to do a random-number…
58 Because of the desire to avoid the fast-path costs, we'd like to use our Bernoulli trick if possibl…
61 …ive each allocation a $1/N$ chance of being sampled. This would let us use our Bernoulli-via-Geome…
99 …n a program. Stack B allocates 8 MB, and occurs just once in a program. If our sampling rate $R$ i…
102 …important to unbias-and-then-sum, rather than sum-and-then-unbias. Reusing our example from the pr…
105 …We made some handwave-y references to statistical distributions to justify our choices, but there'…
106 The real limiting factor in our ability to reduce estimator variance is that fact that sampling is …
120 … how well our current strategy adapts. Do our actual choices for $p_Z$ closely correspond to the o…
/src/contrib/unbound/
H A DSECURITY.md19 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.
/src/contrib/ldns/
H A DREADME114 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
/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeExtensions.i6 # our own equality operator here
26 # our own equality operator here
49 # our own equality operator here
150 # our own equality operator here
/src/share/examples/ppp/
H A Dppp.linkup.sample8 # 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 Dppp.linkdown.sample8 # 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.
/src/contrib/kyua/admin/
H A Dtravis-build.sh59 -- 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.
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.procpriv.ksh81 * If our p_pgidp points to the same pid structure as our p_pidp, we will
/src/contrib/libevent/cmake/
H A DVersionViaGit.cmake5 # Useful for auto-versioning in our CMakeLists
23 # set our defaults.

12345678910>>...21