Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd/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;
/freebsd/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;
/freebsd/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp442 static bool checked = false; in logAPIs() local
444 if (!checked) { in logAPIs()
446 checked = true; in logAPIs()
454 static bool checked = false; in logUnwinding() local
456 if (!checked) { in logUnwinding()
458 checked = true; in logUnwinding()
466 static bool checked = false; in logDWARF() local
468 if (!checked) { in logDWARF()
470 checked = true; in logDWARF()
/freebsd/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()
/freebsd/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])
/freebsd/crypto/openssl/doc/man3/
H A DX509_check_purpose.pod17 checked to determine if it's a possible CA with various levels of certainty
21 Below are the potential ID's that can be checked:
H A DX509_verify.pod25 I<pkey>. Only the signature is checked: no other checks (such as certificate
42 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
177 The certificate chain is checked starting with the deepest nesting level
179 At each level signatures and issuer attributes are checked. Whenever
220 In client mode, it is not checked whether the SSL_VERIFY_PEER flag
H A DCMS_verify.pod58 and the signature is checked.
82 If B<CMS_CADES> is set, each signer certificate is checked against the
86 If B<CMS_NO_CONTENT_VERIFY> is set then the content digest is not checked.
H A DSSL_CTX_use_certificate.pod133 be checked. If e.g. the last item was an RSA certificate or key, the RSA
134 key/certificate pair will be checked. SSL_check_private_key() performs
136 this B<ssl>, the last item added into B<ctx> will be checked.
/freebsd/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.
/freebsd/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.
/freebsd/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()
/freebsd/bin/sh/tests/builtins/
H A Dcd11.016 # Test that the current directory is not checked before CDPATH.
H A Dcd5.015 # Test that the current directory is not checked before CDPATH.
/freebsd/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.
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl,sec-v4.0.yaml126 checked at run time. After an initial hash result is calculated, these
127 addresses are checked by HW to monitor any change. If any memory is
192 followed by the length of the HW partition to be checked;
/freebsd/share/examples/ppp/
H A Dppp.linkdown.sample5 # This file is checked when ppp closes a connection.
/freebsd/sys/contrib/device-tree/src/arm/synaptics/
H A Dberlin2cd-google-chromecast.dts31 * normally. Fortunately, this alternate property is checked
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-vfs-iterate.m458 dnl # FMODE_KABI_ITERATE which is checked in iterate_dir().
H A Dkernel-xattr-handler.m465 dnl # Supported xattr handler get() interfaces checked newest to oldest.
179 dnl # Supported xattr handler set() interfaces checked newest to oldest.
322 dnl # Supported xattr handler list() interfaces checked newest to oldest.
/freebsd/contrib/unbound/testdata/root_zonemd.tdir/
H A Droot_zonemd.test54 # The output of the reload can be checked.
/freebsd/crypto/openssh/
H A DPROTOCOL.key56 quickly checked by verifying that both checkint fields
/freebsd/crypto/heimdal/doc/
H A Dmigration.texi42 you can also check the kdc-log to check what ticket are checked out.
/freebsd/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>>...12