/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
icmp.h | 61 __u16 checksum; member in struct:icmphdr
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
icmp.h | 61 __u16 checksum; member in struct:icmphdr
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
icmp.h | 61 __u16 checksum; member in struct:icmphdr
|
/external/dropbear/libtomcrypt/src/mac/pmac/ |
pmac_process.c | 57 *((LTC_FAST_TYPE*)(&pmac->checksum[y])) ^= *((LTC_FAST_TYPE*)(&Z[y])); 76 pmac->checksum[x] ^= Z[x];
|
/external/android-clat/ |
translate.c | 23 #include "checksum.h" 30 * calculates the checksum over all the packet components starting from pos 31 * checksum - checksum of packet components before pos 32 * packet - packet to calculate the checksum of 34 * returns - the completed 16-bit checksum, ready to write into a checksum header field 36 uint16_t packet_checksum(uint32_t checksum, clat_packet packet, int pos) { 40 checksum = ip_checksum_add(checksum, packet[i].iov_base, packet[i].iov_len) [all...] |
ipv4.c | 21 #include "checksum.h" 30 * checksum - pseudo-header checksum 34 int icmp_packet(clat_packet out, int pos, const struct icmphdr *icmp, uint32_t checksum, 47 return icmp_to_icmp6(out, pos, icmp, checksum, payload, payload_size); 103 * UDP include parts of the IP header in the checksum. Set the length to zero because we don't 109 /* Calculate the pseudo-header checksum. 110 * Technically, the length that is used in the pseudo-header checksum is the transport layer 112 * translation does not change the transport layer length, the checksum is unaffected.
|
translate.h | 46 // Calculates the checksum over all the packet components starting from pos. 47 uint16_t packet_checksum(uint32_t checksum, clat_packet packet, int pos); 76 int icmp_to_icmp6(clat_packet out, int pos, const struct icmphdr *icmp, uint32_t checksum,
|
/external/chromium/chrome/browser/metrics/ |
metrics_service_unittest.cc | 182 // Corrupt checksum of stored list. 193 // Fetch checksum (last element) and change it. 194 std::string checksum; local 195 EXPECT_TRUE((*(list.end() - 1))->GetAsString(&checksum)); 196 checksum[0] = (checksum[0] == 'a') ? 'b' : 'a'; 197 EXPECT_TRUE(list.Set(2, Value::CreateStringValue(checksum)));
|
/external/libnfc-nci/src/adaptation/ |
CrcChecksum.cpp | 69 ** Description Compute a checksum on a buffer of data. 71 ** Returns 2-byte checksum. 92 ** Description Detect any corruption in a file by computing a checksum. 105 unsigned short checksum = 0; local 107 size_t actualReadCrc = read (fileStream, &checksum, sizeof(checksum)); 118 if ((actualReadCrc == sizeof(checksum)) && (data.size() > 0)) 121 if (checksum == crcChecksumCompute ((const unsigned char*) data.data(), data.size())) 124 ALOGE ("%s: checksum mismatch", __FUNCTION__);
|
/external/chromium/chrome/browser/password_manager/ |
ie7_password.cc | 97 unsigned char checksum = 0; local 102 checksum += hash_byte; 105 url_hash += StringPrintf(L"%2.2X", 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));
|
/external/chromium_org/components/webdata/encryptor/ |
ie7_password_win.cc | 102 unsigned char checksum = 0; local 107 checksum += hash_byte; 110 url_hash += base::StringPrintf(L"%2.2X", checksum);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
svn-apply | 76 sub checksum($); 214 sub checksum($) subroutine 219 my $checksum = Digest::MD5->new->addfile(*FILE)->hexdigest(); 221 return $checksum; 360 unlink("$fullPath.orig") if -e "$fullPath.orig" && checksum($fullPath) eq checksum("$fullPath.orig");
|
/external/elfutils/libelf/ |
elf32_checksum.c | 1 /* Compute simple checksum from permanent parts of the ELF file. 80 elfw2(LIBELFBITS,checksum) (elf) 143 /* To compute the checksum we need to get to the data. For 195 INTDEF(elfw2(LIBELFBITS,checksum))
|
/external/grub/util/ |
mbchk.c | 89 /* Check for the checksum. */ 90 if (mbh->magic + mbh->flags + mbh->checksum != 0) 93 "%s: Bad checksum (0x%lx).\n", 94 filename, mbh->checksum);
|
/bionic/libc/kernel/common/linux/raid/ |
md.h | 36 #include <net/checksum.h>
|
/development/ndk/platforms/android-3/include/linux/raid/ |
md.h | 27 #include <net/checksum.h>
|
/external/chromium_org/base/metrics/ |
bucket_ranges.cc | 111 // Seed checksum. 112 uint32 checksum = static_cast<uint32>(ranges_.size()); local 115 checksum = Crc32(checksum, ranges_[index]); 116 return checksum;
|
/external/chromium_org/printing/ |
image.h | 46 // Return a checksum of the image (MD5 over the internal data structure). 47 std::string checksum() const;
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkSFNTHeader.h | 58 SK_SFNT_ULONG checksum; member in struct:SkSFNTHeader::TableDirectoryEntry
|
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
ocb_decrypt.c | 61 /* compute checksum */ 63 ocb->checksum[x] ^= pt[x];
|
ocb_encrypt.c | 42 /* compute checksum */ 44 ocb->checksum[x] ^= pt[x];
|
/external/skia/src/sfnt/ |
SkSFNTHeader.h | 58 SK_SFNT_ULONG checksum; member in struct:SkSFNTHeader::TableDirectoryEntry
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/raid/ |
md.h | 27 #include <net/checksum.h>
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/raid/ |
md.h | 27 #include <net/checksum.h>
|