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

123

/freebsd-9.3-release/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-9.3-release/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-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_pk1.c189 unsigned int good, found_zero_byte; local
222 good = constant_time_is_zero(em[0]);
223 good &= constant_time_eq(em[1], 2);
239 good &= constant_time_ge((unsigned int)(zero_index), 2 + 8);
249 * For good measure, do this check in constant time as well; it could
252 good &= constant_time_ge((unsigned int)(tlen), (unsigned int)(mlen));
261 if (!good) {
H A Drsa_oaep.c93 unsigned int good, found_one_byte; local
140 good = constant_time_is_zero(em[0]);
155 good &=
168 good &= (found_one_byte | equals0);
171 good &= found_one_byte;
174 * At this point |good| is zero unless the plaintext was valid,
178 if (!good)
/freebsd-9.3-release/tools/regression/acltools/
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-9.3-release/crypto/openssl/crypto/rand/
H A Drand_win.c204 int good = 0; local
305 good = 1;
317 good = 1;
440 if (good)
469 && (!good
483 && (!good
502 && (!good
515 if (good)
521 && (!good
530 if (good)
[all...]
/freebsd-9.3-release/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
161 good = constant_time_ge(rec->length, overhead + padding_length);
182 good &= ~(mask & (padding_length ^ b));
187 * or more of the lower eight bits of |good| will be cleared.
189 good
[all...]
/freebsd-9.3-release/lib/libc/net/
H A Deui64.c155 goto good;
160 goto good;
165 goto good;
172 goto good;
180 goto good;
185 good:
/freebsd-9.3-release/sys/dev/ex/
H A Dif_ex_pccard.c141 goto good;
147 goto good;
164 good:;
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dostream_insert.h97 if (__out.good())
99 if (__left && __out.good())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp37 struct good {}; struct in namespace:clang::comments::__anon2984
41 good implements_child_begin_end(Comment::child_iterator (T::*)() const) {
42 return good();
52 (void) good(implements_child_begin_end(function))
151 // Defaults are should be good for declarations we don't handle explicitly.
/freebsd-9.3-release/usr.bin/man/
H A Dman.sh756 local IFS bad cmd f good key keywords loc opt out path rval wlist
803 good="$good\\n$out"
811 good=${good#\\n}
814 if [ -n "$good" ]; then
815 echo -e "$good" | $MANPAGER
/freebsd-9.3-release/sys/dev/acpi_support/
H A Dacpi_asus.c624 good:
648 goto good;
651 goto good;
654 goto good;
657 goto good;
660 goto good;
663 goto good;
666 goto good;
670 goto good;
674 goto good;
[all...]
/freebsd-9.3-release/tools/regression/mac/mac_bsdextended/
H A Dtest_matches.sh30 su -m $uidinrange -c "$command1 && echo good"
35 $command2 && echo good
43 su -fm $uidinrange -c "$command1 && echo good"
45 su -fm $uidoutrange -c "$command1 && echo good"
52 su -fm $uidinrange -c "$command1 || echo good"
54 su -fm $uidoutrange -c "$command1 && echo good"
61 su -fm $uidinrange -c "$command1 || echo good"
63 su -fm $uidoutrange -c "$command1 && echo good"
73 if [ ! -f $playground/test-jail ] ; then echo good ; fi
79 if [ -f $playground/test-jail ] ; then echo good ; f
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_reset.c187 goto good;
198 good:
/freebsd-9.3-release/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 */
H A Dglobals.h66 #define BIG_ADJ (MAX_TRIM/1000*SAMPLEINTVL*2) /* max good adj */
84 #define VALID_RANGE (MAXADJ*1000) /* good times in milliseconds */
92 #define NOMASTER 0 /* no good master */
111 u_char good; /* 0=trusted host, for averaging */ member in struct:hosttbl
/freebsd-9.3-release/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-9.3-release/contrib/telnet/telnetd/
H A Dutility.c202 char *good; local
219 good = nclearto > netobuf ? nclearto : netobuf;
221 good = netobuf; /* where the good bytes go */
233 memmove(good, thisitem, length);
234 good += length;
242 nfrontp = good; /* next byte to be sent */
/freebsd-9.3-release/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 */
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h129 good() const throw() function in class:encoding_state
320 if (__state.good())
387 if (__state.good())
424 if (__state.good())
/freebsd-9.3-release/libexec/rtld-elf/i386/
H A Drtld_start.S33 xorl %ebp,%ebp # Clear frame pointer for good form
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_shm.c116 int good; /* number of valid samples */ member in struct:shmunit
637 up->good++;
655 up->ticks, up->good, up->notready,
658 up->ticks = up->good = up->notready = up->bad = up->clash = 0;
/freebsd-9.3-release/sys/dev/fe/
H A Dif_fe_pccard.c116 goto good;
122 good:;
/freebsd-9.3-release/crypto/openssl/demos/asn1/
H A Docsp.c139 good [0] IMPLICIT NULL,
248 ASN1_NULL *good; member in union:__anon120::__anon121
335 ASN1_IMP(CertStatus, d.good, ASN1_NULL, 0),

Completed in 143 milliseconds

123