HomeSort by relevance Sort by last modified time
    Searched full:checksum (Results 1001 - 1025 of 1787) sorted by null

<<41424344454647484950>>

  /external/grub/netboot/
3c90x.c 350 *** and re-compute the eeprom checksum.
374 /** Recompute the checksum. **/
381 /** Write the checksum to the location in the eeprom **/
  /external/iproute2/doc/
ip-tunnels.tex 261 \item \verb|csum| --- checksum tunneled packets.
277 packets with correct checksum and \verb|ocsum| means, that
278 our host will calculate and send checksum.
  /external/kernel-headers/original/linux/
netdevice.h 302 #define NETIF_F_IP_CSUM 2 /* Can checksum only TCP/UDP over IPv4. */
303 #define NETIF_F_NO_CSUM 4 /* Does not require checksum. F.e. loopack. */
304 #define NETIF_F_HW_CSUM 8 /* Can checksum all the packets. */
  /external/openssl/crypto/des/
des.c 237 * do checksum or
241 * do checksum then encrypt
335 " stderr if data being output on stdout). The checksum is",
  /external/openssl/crypto/evp/
bio_ok.c 76 The easy way is to push the BIO_f_md and save the checksum at
80 1) you must somehow separate checksum from actual data.
82 must read to the end of the file and verify the checksum before
  /external/qemu/slirp/
udp.c 93 * but we don't yet have a way to check the checksum
130 * Checksum extended UDP header and data.
291 * Stuff checksum and output datagram.
  /external/stressapptest/src/
os.cc 226 AdlerChecksum *checksum) {
228 return AdlerMemcpyAsm(dstmem, srcmem, size_in_bytes, checksum);
230 return AdlerMemcpyWarmC(dstmem, srcmem, size_in_bytes, checksum);
worker.h 346 AdlerChecksum *checksum,
352 AdlerChecksum *checksum,
357 AdlerChecksum *checksum,
  /external/tcpdump/
print-icmp.c 279 * | Type | Code | Checksum |
597 * If the length field is not set then silently verify the checksum
620 printf(", checksum 0x%04x (%scorrect), length %u",
print-rsvp.c 45 * | Vers | Flags| Msg Type | RSVP Checksum |
55 u_int8_t checksum[2]; member in struct:rsvp_common_header
    [all...]
  /external/wpa_supplicant_8/hostapd/
README-WPS 128 remove non-digit characters and potentially, to verify the checksum
130 processing. It returns FAIL if the PIN is invalid, or FAIL-CHECKSUM if
131 the checksum digit is incorrect, or the processed PIN (non-digit
  /external/wpa_supplicant_8/wpa_supplicant/
README-WPS 105 remove non-digit characters and potentially, to verify the checksum
107 It returns FAIL if the PIN is invalid, or FAIL-CHECKSUM if the checksum
  /prebuilts/sdk/tools/linux/
libbcc.so 
  /external/chromium/base/metrics/
histogram.cc 541 uint32 checksum = static_cast<uint32>(ranges_.size()); // Seed checksum. local
543 checksum = Crc32(checksum, ranges(index));
544 return checksum;
    [all...]
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 458 // [ 148 : 8 ] checksum -- to be calculated with this field as space chars
466 // Now write the real checksum value:
467 // [ 148 : 8 ] checksum: 6 octal digits [leading zeroes], NUL, SPC
666 // Checksum and write the pax block header
675 // Checksum and write the 512-byte ustar file header block to the output
    [all...]
  /external/chromium_org/third_party/zlib/
zlib.h 338 deflate() sets strm->adler to the adler32 checksum of all input read
473 below), inflate sets strm->adler to the adler32 checksum of the dictionary
475 strm->adler to the adler32 checksum of all output produced so far (that is,
478 checksum is equal to that saved by the compressor and returns Z_STREAM_END
479 only if the checksum is correct.
    [all...]
  /external/zlib/src/
zlib.h 334 deflate() sets strm->adler to the adler32 checksum of all input read
475 below), inflate sets strm->adler to the Adler-32 checksum of the dictionary
477 strm->adler to the Adler-32 checksum of all output produced so far (that is,
480 checksum is equal to that saved by the compressor and returns Z_STREAM_END
481 only if the checksum is correct.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h 312 deflate() sets strm->adler to the adler32 checksum of all input read
438 below), inflate sets strm->adler to the adler32 checksum of the dictionary
440 strm->adler to the adler32 checksum of all output produced so far (that is,
443 checksum is equal to that saved by the compressor and returns Z_STREAM_END
444 only if the checksum is correct.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 312 deflate() sets strm->adler to the adler32 checksum of all input read
438 below), inflate sets strm->adler to the adler32 checksum of the dictionary
440 strm->adler to the adler32 checksum of all output produced so far (that is,
443 checksum is equal to that saved by the compressor and returns Z_STREAM_END
444 only if the checksum is correct.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 312 deflate() sets strm->adler to the adler32 checksum of all input read
438 below), inflate sets strm->adler to the adler32 checksum of the dictionary
440 strm->adler to the adler32 checksum of all output produced so far (that is,
443 checksum is equal to that saved by the compressor and returns Z_STREAM_END
444 only if the checksum is correct.
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 1165 Key checksum = buildCharArrayKey(mkAsChar, salt, rounds); local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 978 private long checksum(ByteBuffer buf, int size) { method in class:DecoderTest
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterTest.java 104 // getting the checkSum value through the Adler32 class
109 "the checksum value returned by getAdler() is not the same as the checksum returned by creating the adler32 instance",
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcencoder_test.cc 24 #include "checksum.h"
97 void ExpectChecksum(VCDChecksum checksum) {
99 EXPECT_EQ(checksum,
    [all...]
  /external/chromium_org/rlz/lib/
rlz_lib_test.cc 228 // No checksum.
237 // Invalid checksum.
250 // Misplaced checksum.
    [all...]

Completed in 1363 milliseconds

<<41424344454647484950>>