| /freebsd-14.2/crypto/openssl/util/perl/OpenSSL/ |
| H A D | fallback.pm | 92 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-14.2/crypto/openssl/test/recipes/ |
| H A D | 15-test_genrsa.t | 48 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-14.2/contrib/llvm-project/libunwind/src/ |
| H A D | libunwind.cpp | 442 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-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_sync.cpp | 141 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-14.2/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | allwinner,sun6i-a31-prcm.yaml | 58 # Already checked in the main schema 88 # Already checked in the main schema 122 # Already checked in the main schema 153 # Already checked in the main schema 186 # Already checked in the main schema
|
| H A D | allwinner,sun8i-a23-prcm.yaml | 60 # Already checked in the main schema 94 # Already checked in the main schema 125 # Already checked in the main schema 144 # Already checked in the main schema
|
| /freebsd-14.2/contrib/dialog/samples/ |
| H A D | dialog.py | 172 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-14.2/crypto/openssl/doc/man3/ |
| H A D | X509_verify.pod | 25 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 D | X509_check_purpose.pod | 17 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 D | SSL_CTX_set_verify.pod | 92 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 223 In client mode, it is not checked whether the SSL_VERIFY_PEER flag
|
| H A D | CMS_verify.pod | 58 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.
|
| /freebsd-14.2/usr.bin/tests/ |
| H A D | regress.m4 | 28 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-14.2/tools/tools/shlib-compat/test/ |
| H A D | regress.m4 | 28 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-14.2/lib/libc/nameser/ |
| H A D | ns_name.c | 425 int n, len, checked, l; in ns_name_unpack2() local 428 checked = 0; in ns_name_unpack2() 451 checked += l + 1; in ns_name_unpack2() 471 checked += 2; in ns_name_unpack2() 477 if (checked >= eom - msg) { in ns_name_unpack2()
|
| /freebsd-14.2/bin/sh/tests/builtins/ |
| H A D | cd5.0 | 15 # Test that the current directory is not checked before CDPATH.
|
| H A D | cd11.0 | 16 # Test that the current directory is not checked before CDPATH.
|
| /freebsd-14.2/contrib/libcbor/doc/source/api/ |
| H A D | type_3.rst | 18 … invalid UTF-8 strings will be rejected by the parser. Strings created by the user are not checked.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/crypto/ |
| H A D | fsl,sec-v4.0.yaml | 126 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-14.2/share/examples/ppp/ |
| H A D | ppp.linkdown.sample | 5 # This file is checked when ppp closes a connection.
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | berlin2cd-google-chromecast.dts | 31 * normally. Fortunately, this alternate property is checked
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | kernel-vfs-iterate.m4 | 58 dnl # FMODE_KABI_ITERATE which is checked in iterate_dir().
|
| H A D | kernel-xattr-handler.m4 | 65 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-14.2/crypto/openssh/ |
| H A D | PROTOCOL.key | 56 quickly checked by verifying that both checkint fields
|
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | openssl-verification-options.pod | 149 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.
|
| /freebsd-14.2/crypto/heimdal/doc/ |
| H A D | migration.texi | 42 you can also check the kdc-log to check what ticket are checked out.
|