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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/build_tools/json/
naclsdk_manifest0.json 6 "checksum": {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin-version.h 9 One way to do is to add a checksum. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin-version.h 9 One way to do is to add a checksum. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin-version.h 9 One way to do is to add a checksum. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin-version.h 9 One way to do is to add a checksum. */
  /external/chromium_org/chrome/browser/net/
probe_message.cc 35 DVLOG(2) << "version " << header.version() << " checksum "
36 << header.checksum() << " type " << header.type();
43 // Checksum is computed on padding only.
46 uint32 computed_checksum = Checksum(probe_packet->padding());
47 if (computed_checksum != header.checksum()) {
48 DVLOG(1) << "Checksum mismatch. Got: " << header.checksum()
62 uint32 ProbeMessage::Checksum(const std::string& str) const {
91 probe_packet->mutable_header()->set_checksum(Checksum(*padding));
  /system/core/libnetutils/
packet.c 65 static uint32_t checksum(void *buffer, unsigned int count, uint32_t startsum) function
111 ip.check = finish_sum(checksum(&ip, sizeof(ip), 0));
118 /* Calculate checksum for pseudo header */
119 udpsum = checksum(&ip.saddr, sizeof(ip.saddr), 0);
120 udpsum = checksum(&ip.daddr, sizeof(ip.daddr), udpsum);
122 udpsum = checksum(&temp, sizeof(temp), udpsum);
124 udpsum = checksum(&temp, sizeof(temp), udpsum);
126 /* Add in the checksum for the udp header */
127 udpsum = checksum(&udp, sizeof(udp), udpsum);
129 /* Add in the checksum for the data *
    [all...]
  /external/android-clat/
ipv6.c 31 #include "checksum.h"
42 * checksum - pseudo-header checksum (unused)
46 int icmp6_packet(clat_packet out, int pos, const struct icmp6_hdr *icmp6, uint32_t checksum,
59 return icmp6_to_icmp(out, pos, icmp6, checksum, payload, payload_size);
91 uint32_t checksum; local
130 * UDP include parts of the IP header in the checksum. Set the length to zero because we don't
136 // Calculate the pseudo-header checksum.
137 checksum = ipv4_pseudo_header_checksum(0, ip_targ, len_left);
141 iov_len = icmp6_packet(out, pos + 1, (const struct icmp6_hdr *) next_header, checksum,
    [all...]
checksum.h 16 * checksum.h - checksum functions
ipv4.c 30 #include "checksum.h"
40 * checksum - pseudo-header checksum
44 int icmp_packet(clat_packet out, int pos, const struct icmphdr *icmp, uint32_t checksum,
57 return icmp_to_icmp6(out, pos, icmp, checksum, payload, payload_size);
74 uint32_t checksum; local
118 * UDP include parts of the IP header in the checksum. Set the length to zero because we don't
124 // Calculate the pseudo-header checksum.
125 checksum = ipv6_pseudo_header_checksum(0, ip6_targ, len_left);
128 iov_len = icmp_packet(out, pos + 1, (const struct icmphdr *) next_header, checksum, len_left)
    [all...]
  /external/chromium/chrome/browser/sync/util/
crypto_helpers_unittest.cc 15 std::string checksum("e2c865db4162bed963bfaa9ef6ac18f0");
16 ASSERT_EQ(checksum, md5.GetHexDigest());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch_test.rb 72 matches = pretty.match("INVALID: Image lacks a checksum.")
75 # the warning that the image is missing its checksum.
78 assert_equal(0, pretty.scan(/INVALID\: Image lacks a checksum\./).size)
83 matches = pretty.match("INVALID: Image lacks a checksum.")
89 matches = pretty.match("INVALID: Image lacks a checksum.")
90 assert(!matches, "Png should lack a checksum without an error.")
95 matches = pretty.match("INVALID: Image lacks a checksum.")
96 assert(!matches, "Png should lack a checksum without an error.")
  /external/chromium_org/rlz/lib/
crc8.h 19 unsigned char checksum,
crc32_unittest.cc 5 // A test for ZLib's checksum function.
17 // Externally calculated at http://crc32-checksum.waraxe.us/
36 // Externally calculated at http://crc32-checksum.waraxe.us/
  /external/e2fsprogs/tests/f_uninit_last_uninit/
script 11 set_bg 1 checksum calc
  /external/e2fsprogs/tests/
filter_dumpe2fs 14 /^ Checksum /d
  /external/iptables/include/linux/netfilter/
xt_CHECKSUM.h 14 #define XT_CHECKSUM_OP_FILL 0x01 /* fill in checksum in IP header */
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CRC32Test.java 46 assertEquals("update(max) failed to update the checksum to the correct value ",
55 assertEquals("update(byte[]) failed to update the checksum to the correct value ",
63 // assertEquals("update(int) failed to update the checksum to the correct
66 assertEquals("reset failed to reset the checksum value to zero", 0, crc
80 assertEquals("update(int) failed to update the checksum to the correct value ",
83 assertEquals("reset failed to reset the checksum value to zero", 0, crc
98 assertEquals("update(1) failed to update the checksum to the correct value ",
106 assertEquals("update(max) failed to update the checksum to the correct value ",
114 assertEquals("update(min) failed to update the checksum to the correct value ",
129 assertEquals("update(byte[]) failed to update the checksum to the correct value "
    [all...]
Adler32Test.java 45 assertEquals("update(int) failed to update the checksum to the correct value ",
48 assertEquals("reset failed to reset the checksum value to zero", 1, adl
55 assertEquals("update(min) failed to update the checksum to the correct value ",
68 assertEquals("update(int) failed to update the checksum to the correct value ",
71 assertEquals("reset failed to reset the checksum value to zero", 1, adl
83 assertEquals("update(int) failed to update the checksum to the correct value ",
90 assertEquals("update(max) failed to update the checksum to the correct value ",
97 assertEquals("update(min) failed to update the checksum to the correct value ",
112 assertEquals("update(byte[]) failed to update the checksum to the correct value ",
120 assertEquals("update(byte[]) failed to update the checksum to the correct value "
    [all...]
  /external/libnfc-nci/src/include/
CrcChecksum.h 30 ** Description Compute a checksum on a buffer of data.
32 ** Returns 2-byte checksum.
42 ** Description Detect any corruption in a file by computing a checksum.
  /external/chromium_org/base/metrics/
bucket_ranges.h 39 uint32 checksum() const { return checksum_; } function in class:base::BucketRanges
40 void set_checksum(uint32 checksum) { checksum_ = checksum; }
48 // Checksum methods to verify whether the ranges are corrupted (e.g. bad
63 // Checksum for the conntents of ranges_. Used to detect random over-writes
  /external/qemu-pc-bios/bochs/bios/
biossums.c 128 printf( "Current checksum: 0x%02X\n", cur_val );
129 printf( "Calculated checksum: 0x%02X ", new_val );
133 printf( "Setting checksum." );
137 printf( "Multiple PCI headers! No checksum set." );
151 printf( "Current checksum: 0x%02X\n", cur_val );
152 printf( "Calculated checksum: 0x%02X ", new_val );
156 printf( "Setting checksum." );
160 printf( "Warning! Multiple MP headers. No checksum set." );
174 printf( "Current checksum: 0x%02X\n", cur_val );
175 printf( "Calculated checksum: 0x%02X ", new_val )
    [all...]
  /external/sfntly/cpp/src/sfntly/table/
header.h 33 Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length);
61 // Get the checksum for the table as recorded in the table record header.
62 int64_t checksum() { return checksum_; } function in class:sfntly::Header
64 // Is the checksum valid. The checksum will not be valid if the table was
66 // Note that this does *NOT* check the validity of the checksum against
67 // the calculated checksum for the table data.
  /external/skia/tests/
ChecksumTest.cpp 12 // Word size that is large enough to hold results of any checksum type.
20 virtual void onGetName(SkString* name) { name->set("Checksum"); }
31 // Call Compute(data, size) on the appropriate checksum algorithm,
58 // Confirm that the checksum algorithm (specified by fWhichAlgorithm)
94 // Return the checksum of a buffer of bytes 'len' long.
113 // Test self-consistency of checksum algorithms.
116 // Test checksum results that should be consistent across
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
storage_manager.c 35 uint32_t checksum; member in struct:data_header_t
126 uint32_t checksum; local
139 checksum = inv_checksum(data, len);
140 if (checksum != hd->checksum)
150 checksum = inv_checksum(data, hd->size);
151 if (checksum == hd->checksum) {
184 hd->checksum = inv_checksum(cur, ds.hd[kk].size);
194 hd->checksum = inv_checksum(data + sizeof(struct data_header_t)
    [all...]

Completed in 477 milliseconds

12 3 4 5 6 7 8 91011>>