Searched refs:good (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-11-stable/tools/regression/nfsmmap/test1/
H A DMakefile6 CLEANFILES= test1.zeros test1.good test1.data test1.scratch
8 all: test1 test1.zeros test1.good
14 @if cmp -s ${.OBJDIR}/test1.data ${.OBJDIR}/test1.good && \
15 cmp -s ${.OBJDIR}/test1.scratch ${.OBJDIR}/test1.good ; then \
24 test1.good: test1.good.uu
/freebsd-11-stable/tools/regression/nfsmmap/test2/
H A DMakefile6 CLEANFILES= test2.zeros test2.good test2.data test2.scratch
8 all: test2 test2.zeros test2.good
14 @if cmp -s ${.OBJDIR}/test2.data ${.OBJDIR}/test2.good && \
15 cmp -s ${.OBJDIR}/test2.scratch ${.OBJDIR}/test2.good ; then \
24 test2.good: test2.good.uu
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_ssl.c116 unsigned int good, found_zero_byte, mask, threes_in_row; local
145 good = constant_time_is_zero(em[0]);
146 good &= constant_time_eq(em[1], 2);
147 err = constant_time_select_int(good, 0, RSA_R_BLOCK_TYPE_IS_NOT_02);
148 mask = ~good;
169 good &= constant_time_ge(zero_index, 2 + 8);
170 err = constant_time_select_int(mask | good, err,
172 mask = ~good;
180 good &= constant_time_lt(threes_in_row, 8);
181 err = constant_time_select_int(mask | good, er
[all...]
H A Drsa_pk1.c210 unsigned int good, found_zero_byte, mask; local
245 good = constant_time_is_zero(em[0]);
246 good &= constant_time_eq(em[1], 2);
263 good &= constant_time_ge(zero_index, 2 + 8);
273 * For good measure, do this check in constant time as well.
275 good &= constant_time_ge(tlen, mlen);
279 * Then if |good| move |mlen| bytes from |em|+11 to |to|.
295 mask = good & constant_time_lt(i, mlen);
302 err_clear_last_constant_time(1 & good);
304 return constant_time_select_int(good, mle
[all...]
H A Drsa_oaep.c124 unsigned int good = 0, found_one_byte, mask; local
189 good = constant_time_is_zero(em[0]);
207 good &= constant_time_is_zero(CRYPTO_memcmp(db, phash, mdlen));
219 good &= (found_one_byte | equals0);
222 good &= found_one_byte;
225 * At this point |good| is zero unless the plaintext was valid,
233 * For good measure, do this check in constant time as well.
235 good &= constant_time_ge(tlen, mlen);
239 * Then if |good| move |mlen| bytes from |db|+|mdlen|+1 to |to|.
255 mask = good
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/gzip/
H A Dt_gzip.sh86 atf_test_case good
93 cat >good.gz.uue <<EOF
94 begin-base64 644 good.gz
98 uudecode -m good.gz.uue
100 atf_check gzip -d good.gz
109 atf_add_test_case good
/freebsd-11-stable/contrib/apr-util/test/
H A Dtest_apu.h35 #define TEST_EQ(str, func, value, good, bad) \
46 printf("%s\n", good); \
49 #define TEST_NEQ(str, func, value, good, bad) \
60 printf("%s\n", good); \
63 #define TEST_STATUS(str, func, testmacro, good, bad) \
74 printf("%s\n", good); \
/freebsd-11-stable/usr.bin/patch/tests/
H A DMakefile8 ${PACKAGE}FILES+= PR74127-good.diff
/freebsd-11-stable/tests/sys/acl/
H A Drun121 my @good = ();
133 push @good, ($use_re ? '!~' : '!=');
136 push @good, ($use_re ? '=~' : '==');
139 my $good = !(grep /!/, @good);
141 $failed++ unless $good;
142 print $good ? $OK : $FAILED, "\n";
143 if (!$good || $opt_v) {
150 $r, $good[$n], $l);
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dexport-all.mk3 UT_OK=good
H A Dvarshell.exp9 NO_ERROR_WITH_OUTPUT='this is good'
H A Dvarshell.mk11 NO_ERROR_WITH_OUTPUT != echo "this is good"
H A Dcond2.mk8 Y= good
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_cbc.c89 unsigned padding_length, good; local
99 good = constant_time_ge(rec->length, padding_length + overhead);
101 good &= constant_time_ge(block_size, padding_length + 1);
102 padding_length = good & (padding_length + 1);
105 return constant_time_select_int(good, 1, -1);
125 unsigned padding_length, good, to_check, i; local
167 good = constant_time_ge(rec->length, overhead + padding_length);
188 good &= ~(mask & (padding_length ^ b));
193 * or more of the lower eight bits of |good| will be cleared.
195 good
[all...]
/freebsd-11-stable/lib/libc/net/
H A Deui64.c155 goto good;
160 goto good;
165 goto good;
172 goto good;
180 goto good;
185 good:
/freebsd-11-stable/sys/dev/ex/
H A Dif_ex_pccard.c141 goto good;
147 goto good;
164 good:;
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dostream_insert.h97 if (__out.good())
99 if (__left && __out.good())
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp130 bool good() const noexcept { return __stream_ != INVALID_HANDLE_VALUE; }
197 bool good() const noexcept { return __stream_ != nullptr; }
244 if (!__imp_->good()) {
286 if (m_ec || !new_s.good())
378 if (new_it.good()) {
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_asus.c620 good:
644 goto good;
647 goto good;
650 goto good;
653 goto good;
656 goto good;
659 goto good;
662 goto good;
666 goto good;
670 goto good;
[all...]
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_reset.c190 goto good;
201 good:
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dnetworkdelta.c77 * compute the median of the good values
84 if (htp->good
108 * compute the median of all values near the good median
120 && (htp->good
155 /* unsigned int gnuf; */ /* good enough estimate */
210 return a; /* guess was good enough */
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_crypto.in52 echo "Bleichenbacher good cert (from eay)"
55 cert:FILE:$srcdir/data/bleichenbacher-good.pem \
56 anchor:FILE:$srcdir/data/bleichenbacher-good.pem > /dev/null || exit 1
64 echo "Bleichenbacher good cert (from yutaka)"
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp50 struct good {}; struct in namespace:clang::comments::__anon232
54 good implements_child_begin_end(Comment::child_iterator (T::*)() const) {
55 return good();
65 (void) good(implements_child_begin_end(function))
226 // Defaults are should be good for declarations we don't handle explicitly.
/freebsd-11-stable/usr.bin/man/
H A Dman.sh818 local IFS bad cmd f good key keywords loc opt out path rval wlist
865 good="$good\\n$out"
873 good=${good#\\n}
876 if [ -n "$good" ]; then
877 echo -e "$good" | $MANPAGER
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c195 char *good; local
212 good = nclearto > netobuf ? nclearto : netobuf;
214 good = netobuf; /* where the good bytes go */
226 memmove(good, thisitem, length);
227 good += length;
235 nfrontp = good; /* next byte to be sent */

Completed in 118 milliseconds

1234