Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/src/crypto/openssl/util/perl/OpenSSL/
H A Dfallback.pm92 my $checked = $d;
98 $checked =
104 split(m|/|, $checked))
105 unless -e $checked && -d $checked;
108 unless -e $checked && -d $checked;
109 push @INC, $checked;
/src/crypto/openssl/test/recipes/
H A D15-test_genrsa.t48 my $checked = int(($good + $bad + 1) / 2);
49 my $bits = 2 ** $checked;
55 note 2 ** $checked, " bits is good";
56 $good = $checked;
58 note 2 ** $checked, " bits is bad";
59 $bad = $checked;
/src/sys/contrib/device-tree/Bindings/
H A DMakefile65 targets += .dt-binding.checked .yamllint.checked
66 $(obj)/.yamllint.checked: $(DT_DOCS) $(src)/.yamllint FORCE
69 $(obj)/.dt-binding.checked: $(DT_DOCS) FORCE
85 dt_binding_check: $(obj)/.dt-binding.checked $(obj)/.yamllint.checked $(CHK_DT_EXAMPLES)
/src/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp441 static bool checked = false; in logAPIs() local
443 if (!checked) { in logAPIs()
445 checked = true; in logAPIs()
453 static bool checked = false; in logUnwinding() local
455 if (!checked) { in logUnwinding()
457 checked = true; in logUnwinding()
465 static bool checked = false; in logDWARF() local
467 if (!checked) { in logDWARF()
469 checked = true; in logDWARF()
/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp141 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local
145 if (!has_something && checked > (128 << 10)) in ResetRange()
149 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local
155 if (!has_something && checked > (512 << 10)) in ResetRange()
/src/contrib/dialog/samples/
H A Ddialog.py172 def checklist(self, text, height=15, width=54, list=[], checked=None): argument
180 if checked is None:
181 checked = [0]*len(list)
185 range(len(list)), list, checked)
324 "Sun-dried tomatoes"], checked=[0,0,0,1,1,1])
/src/contrib/unbound/doc/
H A Dunbound-checkconf.rst79 It is checked.
80 If omitted, the config file at the default location is checked.
/src/usr.bin/tests/
H A Dregress.m428 dnl checked. It is assumed that the test will output to stdout, and that the
34 dnl A freeform regression test. Only exit status is checked.
/src/tools/tools/shlib-compat/test/
H A Dregress.m428 dnl checked. It is assumed that the test will output to stdout, and that the
34 dnl A freeform regression test. Only exit status is checked.
/src/lib/libc/nameser/
H A Dns_name.c422 int n, len, checked, l; in ns_name_unpack2() local
425 checked = 0; in ns_name_unpack2()
448 checked += l + 1; in ns_name_unpack2()
468 checked += 2; in ns_name_unpack2()
474 if (checked >= eom - msg) { in ns_name_unpack2()
/src/crypto/krb5/src/windows/
H A Dkerberos.ver28 * checked-in version will contain the correct version information at
40 * normally be undefined for checked-in code.
/src/crypto/openssl/doc/man3/
H A DX509_verify.pod28 I<pkey>. Only the signature is checked: no other checks (such as certificate
46 If the signature could not be checked at all because it was ill-formed,
H A DSSL_CTX_set_verify.pod92 server will send a certificate which will be checked. The result of the
93 certificate verification process can be checked after the TLS/SSL handshake
100 The certificate returned (if any) is checked. If the verification process
180 The certificate chain is checked starting with the deepest nesting level
182 At each level signatures and issuer attributes are checked. Whenever
226 In client mode, it is not checked whether the SSL_VERIFY_PEER flag
H A DCMS_verify.pod78 and the signature is checked.
102 If B<CMS_CADES> is set, each signer certificate is checked against the
106 If B<CMS_NO_CONTENT_VERIFY> is set then the content digest is not checked.
/src/bin/sh/tests/builtins/
H A Dcd5.015 # Test that the current directory is not checked before CDPATH.
H A Dcd11.016 # Test that the current directory is not checked before CDPATH.
/src/contrib/libcbor/doc/source/api/
H A Dtype_3.rst18 … invalid UTF-8 strings will be rejected by the parser. Strings created by the user are not checked.
/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMacroFusion.td52 // has commutable operand, then the commutable operand will be checked too.
61 // has commutable operand, then the commutable operand will be checked too.
/src/share/examples/ppp/
H A Dppp.linkdown.sample5 # This file is checked when ppp closes a connection.
/src/contrib/libyaml/
H A DReadMe.md15 If you checked the source code from the Git repository, run
/src/sys/contrib/device-tree/src/arm/synaptics/
H A Dberlin2cd-google-chromecast.dts31 * normally. Fortunately, this alternate property is checked
/src/crypto/openssl/doc/man1/
H A Dopenssl-verification-options.pod149 the chain components and their links are checked thoroughly.
157 CMS signature checking, where by default C<smimesign> is checked, and SSL/(D)TLS
158 connection setup, where by default C<sslserver> or C<sslclient> are checked.
161 All other certificates down the chain are checked to be valid CA certificates,
175 is checked against the current system time.
177 The certificate signature is checked as well
182 is checked to permit digitalSignature for signing proxy certificates
275 among others, the following certificate well-formedness conditions are checked:
570 other extensions are checked according to the intended use of the certificate.
/src/crypto/openssh/
H A DPROTOCOL.key56 quickly checked by verifying that both checkint fields
/src/crypto/heimdal/doc/
H A Dmigration.texi42 you can also check the kdc-log to check what ticket are checked out.
/src/crypto/openssl/doc/man7/
H A Dproxy-certificates.pod151 certificate is checked.
214 * ok is 1, the certificates are checked from top to
324 certificates checked properly, using the code above:

12345678910>>...13