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

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A Dtestone15 # compares the result against the good version,
21 good="$1"
23 if [ ! -e "$good" ]; then
24 echo "Note: $good does not exist"
28 diff "$good" "$latest" > $tmpout
31 error "$good and $latest differ in $nbad places."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/cuesheets/
H A DMakefile.am63 good.000.cue \
64 good.001.cue \
65 good.002.dos_format.cue \
66 good.003.missing_final_newline.cue \
67 good.004.dos_format.missing_final_newline.cue
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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.c120 unsigned int good, found_one_byte; local
174 good = constant_time_is_zero(em[0]);
192 good &= constant_time_is_zero(CRYPTO_memcmp(db, phash, mdlen));
204 good &= (found_one_byte | equals0);
207 good &= found_one_byte;
210 * At this point |good| is zero unless the plaintext was valid,
214 if (!good)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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.c120 unsigned int good, found_one_byte; local
174 good = constant_time_is_zero(em[0]);
192 good &= constant_time_is_zero(CRYPTO_memcmp(db, phash, mdlen));
204 good &= (found_one_byte | equals0);
207 good &= found_one_byte;
210 * At this point |good| is zero unless the plaintext was valid,
214 if (!good)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/scripts/
H A Dcheck-gas13 echo good
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/tests/
H A Dtest_files.sh22 for I in "$srcdir"/files/good-*.xz
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/tests/
H A Dtest_files.sh22 for I in "$srcdir"/files/good-*.xz
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleCollection.cpp170 if (!infile.good() ||
177 if (!infile.good() ||
194 if (!infile.good()) {
212 if (!infile.good()) {
222 if (!infile.good()) {
239 if(!infile.good() ||
248 if (!infile.good() ||
260 if (!infile.good()) {
266 if (!infile.good()) {
337 if( !infile.good() ) {
[all...]
H A DCorruptionBlackBox.cpp76 // Store a piece of received data (don't know if it's good or bad yet).
114 // Mark a piece of data as good or bad.
190 // and ban them if they didn't upload enough good data too.
201 uint64 good = 0; local
204 good = it2->second.m_downloaded;
207 int nCorruptPercentage = bad * 100 / (bad + good);
215 % m_partNumber % bad % (good + bad) % pEvilClient->GetClientFullInfo());
228 % clientName % CastItoXBytes(bad) % CastItoXBytes(good + bad) % m_fileName);
233 % m_partNumber % bad % (good + bad) % pSuspectClient->GetClientFullInfo());
237 % m_partNumber % bad % (good
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dbisect-create35 good|bad)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfiles.cpp67 while (size && m_stream->good())
86 if (!m_stream->good() && !m_stream->eof())
180 if (!m_stream->good())
204 if (!m_stream->good())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_win.c197 int good = 0; local
360 good = 1;
374 good = 1;
498 if (good) stoptime = GetTickCount() + MAXDELAY;
525 if (good) stoptime = GetTickCount() + MAXDELAY;
537 if (good) stoptime = GetTickCount() + MAXDELAY;
549 if (good) stoptime = GetTickCount() + MAXDELAY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dsmb_signing.c221 static BOOL signing_good(char *inbuf, struct smb_sign_info *si, BOOL good, uint32 seq, BOOL must_be_ok) argument
223 if (good) {
381 BOOL good; local
407 good = (memcmp(server_sent_mac, calc_md5_mac, 8) == 0);
409 if (!good) {
430 DEBUG(10, ("client_check_incoming_message: seq %u: got good SMB signature of\n", (unsigned int)reply_seq_number));
433 return signing_good(inbuf, si, good, reply_seq_number, must_be_ok);
708 BOOL good; local
731 good = (memcmp(server_sent_mac, calc_md5_mac, 8) == 0);
733 if (!good) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/async_tx/
H A Dasync_raid6_recov.c184 int good_srcs, good, i; local
187 good = -1;
193 good = i;
200 g = blocks[good];
212 tx = async_mult(dq, g, raid6_gfexp[good], bytes, submit);
407 int good_srcs, good, i; local
435 good = -1;
440 good = i;
459 * multiplication with the one good data block.
462 struct page *g = blocks[good];
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dumem.c131 int good; member in struct:cardinfo::__anon11040
629 * If both batteries are good, no LED
636 if (card->battery[0].good && card->battery[1].good)
640 else if (!card->battery[0].good && !card->battery[1].good)
650 if (status != card->battery[battery].good) {
651 card->battery[battery].good = !card->battery[battery].good;
654 if (card->battery[battery].good) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_reset.c179 goto good;
190 good:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzlog.c137 int good; local
176 good = 0;
184 good = 1;
192 if (!good) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dgzlog.c137 int good; local
176 good = 0;
184 good = 1;
192 if (!good) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhil_mlc.h99 int good; /* Node to jump to on success */ member in struct:hilse_node

Completed in 187 milliseconds

123456