HomeSort by relevance Sort by last modified time
    Searched refs:checksum (Results 76 - 100 of 171) sorted by null

1 2 34 5 6 7

  /development/ndk/platforms/android-3/include/linux/
skbuff.h 28 #include <net/checksum.h>
  /external/chromium/sdch/open-vcdiff/src/
headerparser.h 22 #include "checksum.h" // VCDChecksum
310 // Adler32 checksum - unsigned 32-bit integer (VarintBE format)
319 VCDChecksum* checksum);
headerparser.cc 291 VCDChecksum* checksum) {
296 ParseChecksum("Adler32 checksum value", checksum);
  /external/freetype/src/truetype/
ttobjs.c 191 FT_UInt32 checksum = 0; local
199 checksum += (FT_UInt32)FT_GET_ULONG();
202 checksum += (FT_UInt32)( FT_GET_BYTE() << ( i * 8 ) );
206 return checksum;
217 if ( face->dir_tables[i].CheckSum )
218 return face->dir_tables[i].CheckSum;
237 FT_ULong CheckSum;
323 FT_ULong checksum; local
338 checksum = 0;
364 if ( !checksum )
    [all...]
  /external/guava/src/com/google/common/io/
ByteStreams.java 36 import java.util.zip.Checksum;
694 * Computes and returns the checksum value for a supplied input stream.
695 * The checksum object is reset when this method returns successfully.
698 * @param checksum the checksum object
699 * @return the result of {@link Checksum#getValue} after updating the
700 * checksum object with all of the bytes in the stream
704 final Checksum checksum) throws IOException {
707 checksum.update(buf, off, len)
    [all...]
  /external/srec/srec/clib/
srec_arb.c 442 unsigned int checksum = 0; local
455 checksum = version_arbdata_add(checksum, topo.low_pel_no);
457 return checksum;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
skbuff.h 28 #include <net/checksum.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
skbuff.h 28 #include <net/checksum.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
skbuff.h 28 #include <net/checksum.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
skbuff.h 28 #include <net/checksum.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
skbuff.h 28 #include <net/checksum.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
skbuff.h 28 #include <net/checksum.h>
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
skbuff.h 28 #include <net/checksum.h>
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
skbuff.h 28 #include <net/checksum.h>
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
skbuff.h 28 #include <net/checksum.h>
  /cts/tools/dex-tools/src/dex/reader/
DexFileReader.java 36 private int checksum = 0; field in class:DexFileReader
112 // CHECKSUM (1, U_INT)
114 checksum = b.readUInt();
  /development/build/tools/
mk_sdk_repo_xml.sh 255 <sdk:checksum type='sha1'>$SHA1</sdk:checksum>
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java 53 // checksum digest
147 // Compute the CMS Key Checksum, (section 5.6.1), call this CKS.
288 // Calculate a CMS Key Checksum, (section 5.6.1), over the WK and compare
293 "Checksum inside ciphertext is corrupted");
301 * Some key wrap algorithms make use of the Key Checksum defined
306 * - Use the first 8 octets of this hash as the checksum value.
309 * @return the CMS checksum.
328 * @param checksum
334 byte[] checksum)
336 return Arrays.constantTimeAreEqual(calculateCMSKeyChecksum(key), checksum);
    [all...]
  /external/openssl/crypto/krb5/
krb5_asn.c 122 ASN1_EXP(KRB5_CHECKSUM, checksum, ASN1_OCTET_STRING,1)
  /external/dhcpcd/
net.c 648 checksum(const void *data, uint16_t len) function
685 * We then fill the udp structure and put the checksum
686 * of the whole packet into the udp checksum.
687 * Finally we complete the ip structure and ip checksum.
688 * If we don't do the ordering like so then the udp checksum will be
704 udp->uh_sum = checksum(udpp, sizeof(*udpp));
711 ip->ip_sum = checksum(ip, sizeof(*ip));
748 if (checksum(&packet.ip, sizeof(packet.ip)) != 0) {
768 if (udpsum && checksum(&packet, bytes) != udpsum) {
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_init.c 122 /* set Li, checksum */
124 zeromem(ocb->checksum, ocb->block_len);
  /external/grub/netboot/
pci.h 82 unsigned char checksum; /* All bytes must add up to zero */ member in struct:bios32::__anon5935
  /external/icu4c/samples/layout/
sfnt.h 27 le_uint32 checksum; member in struct:DirectoryEntry
  /external/icu4c/test/letest/
FontObject.h 24 le_uint32 checksum; member in struct:DirectoryEntry
  /external/quake/quake/src/QW/client/
model.h 381 unsigned checksum; // for world models only member in struct:model_s

Completed in 785 milliseconds

1 2 34 5 6 7