/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_custom_dictionary.cc | 32 // Prefix for the checksum in the dictionary file. 35 // The status of the checksum in a custom spellcheck dictionary. 57 // valid checksum, then returns ChecksumStatus::VALID. If the file has an 58 // invalid checksum, then returns ChecksumStatus::INVALID and clears |words|. 66 std::string checksum = contents.substr(pos + strlen(CHECKSUM_PREFIX)); local 68 if (checksum != base::MD5String(contents)) 87 // the dictionary checksum is not valid, but backup checksum is valid, then 94 // Load the contents and verify the checksum. 97 // Checksum is not valid. See if there's a backup 120 std::string checksum = base::MD5String(content.str()); local 121 content << CHECKSUM_PREFIX << checksum; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
DESedeWrapEngine.java | 55 // checksum digest 151 // Compute the CMS Key Checksum, (section 5.6.1), call this CKS. 292 // Calculate a CMS Key Checksum, (section 5.6.1), over the WK and compare 297 "Checksum inside ciphertext is corrupted"); 305 * Some key wrap algorithms make use of the Key Checksum defined 310 * - Use the first 8 octets of this hash as the checksum value. 313 * @return the CMS checksum. 332 * @param checksum 338 byte[] checksum) 340 return Arrays.constantTimeAreEqual(calculateCMSKeyChecksum(key), checksum); [all...] |
/external/chromium_org/chrome/browser/metrics/ |
metrics_log_serializer_unittest.cc | 240 // Corrupt checksum of stored list. 251 // Fetch checksum (last element) and change it. 252 std::string checksum; local 253 EXPECT_TRUE((*(list.end() - 1))->GetAsString(&checksum)); 254 checksum[0] = (checksum[0] == 'a') ? 'b' : 'a'; 255 EXPECT_TRUE(list.Set(2, Value::CreateStringValue(checksum)));
|
/external/kernel-headers/original/asm-mips/ |
checksum.h | 19 * computes the checksum of a memory block at buff, length len, 49 * Copy and checksum to user 63 return (__force __wsum)-1; /* invalid checksum */ 74 * Fold a partial checksum without adding pseudo headers 96 * which always checksum on 4 octet boundaries. 175 * computes the checksum of the TCP/UDP pseudo-header 176 * returns a 16-bit checksum, already complemented
|
/dalvik/libdex/ |
DexFile.cpp | 344 * Verify the checksum(s). This is reasonably quick, but does require 345 * touching every byte in the DEX file. The base checksum changes after 350 if (adler != pHeader->checksum) { 351 ALOGE("ERROR: bad checksum (%08x vs %08x)", 352 adler, pHeader->checksum); 356 ALOGV("+++ adler32 checksum (%08x) verified", adler); 362 if (adler != pOptHeader->checksum) { 363 ALOGE("ERROR: bad opt checksum (%08x vs %08x)", 364 adler, pOptHeader->checksum); 368 ALOGV("+++ adler32 opt checksum (%08x) verified", adler) [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
walcksum.test | 33 # File $filename must be a WAL file on disk. Check that the checksum of frame 35 # integers ($endian must be either "big" or "little"). If the checksum looks 50 # File $filename must be a WAL file on disk. Compute the checksum for frame 53 # checksum into the file. 69 # Calculate and return the checksum for a particular frame in a WAL. 82 # * The byte offset of the checksum belonging to frame $iFrame in the WAL. 83 # * The first integer in the calculated version of the checksum. 84 # * The second integer in the calculated version of the checksum. 110 # Also update the wal header checksum (since the wal header contents may 135 # * That both native and non-native order checksum log files can [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder_test.h | 21 #include "checksum.h" 50 // body, plus (if UseChecksum() is true) the corresponding checksum. 55 // This function adds an Adler32 checksum to the delta window header. 56 void AddChecksum(VCDChecksum checksum); 58 // This function computes the Adler32 checksum for the expected target
|
/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/native_client_sdk/src/build_tools/ |
manifest_util.py | 25 VALID_ARCHIVE_KEYS = frozenset(['host_os', 'size', 'checksum', 'url']) 141 checksum = self.get('checksum', None) 142 if not checksum: 143 raise Error('Archive "%s" has no checksum' % host_os) 144 elif not isinstance(checksum, dict): 145 raise Error('Archive "%s" has a checksum, but it is not a dict' % host_os) 146 elif not len(checksum): 147 raise Error('Archive "%s" has an empty checksum dict' % host_os) 156 """Update the size and checksum information for this archiv [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdecoder_test.h | 21 #include "checksum.h" 50 // body, plus (if UseChecksum() is true) the corresponding checksum. 55 // This function adds an Adler32 checksum to the delta window header. 56 void AddChecksum(VCDChecksum checksum); 58 // This function computes the Adler32 checksum for the expected target
|
codetablewriter_interface.h | 26 #include "checksum.h" // VCDChecksum 65 // Adds a checksum to the output. 66 virtual void AddChecksum(VCDChecksum checksum) = 0;
|
/external/chromium_org/third_party/lcov-1.9/man/ |
lcov.1 | 25 .RB [ \-\-checksum ] 26 .RB [ \-\-no\-checksum ] 76 .RB [ \-\-checksum ] 77 .RB [ \-\-no\-checksum ] 90 .RB [ \-\-checksum ] 91 .RB [ \-\-no\-checksum ] 103 .RB [ \-\-checksum ] 104 .RB [ \-\-no\-checksum ] 117 .RB [ \-\-checksum ] 118 .RB [ \-\-no\-checksum ] [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
des.pod | 55 a 16 character hexadecimal checksum, generated via the 133 Generate a 16 character hexadecimal cbc checksum and output this to 137 option, the checksum is output to that file. 138 The checksum is generated using a key generated in a sunOS compatible 143 A cbc checksum is generated in the same manner as described for the
|
/external/chromium_org/third_party/skia/include/core/ |
SkChecksum.h | 14 * Computes a 32bit checksum from a blob of 32bit aligned data. This is meant 76 * Compute a 32-bit checksum for a given data block 79 * compatibility. It may change at any time, so a checksum generated with 80 * one version of the Skia code may not match a checksum generated with 86 * @return checksum result
|
/external/open-vcdiff/src/ |
vcdecoder_test.h | 21 #include "checksum.h" 50 // body, plus (if UseChecksum() is true) the corresponding checksum. 55 // This function adds an Adler32 checksum to the delta window header. 56 void AddChecksum(VCDChecksum checksum); 58 // This function computes the Adler32 checksum for the expected target
|
codetablewriter_interface.h | 26 #include "checksum.h" // VCDChecksum 65 // Adds a checksum to the output. 66 virtual void AddChecksum(VCDChecksum checksum) = 0;
|
/external/openssl/crypto/des/ |
des.pod | 55 a 16 character hexadecimal checksum, generated via the 133 Generate a 16 character hexadecimal cbc checksum and output this to 137 option, the checksum is output to that file. 138 The checksum is generated using a key generated in a sunOS compatible 143 A cbc checksum is generated in the same manner as described for the
|
/external/skia/include/core/ |
SkChecksum.h | 14 * Computes a 32bit checksum from a blob of 32bit aligned data. This is meant 76 * Compute a 32-bit checksum for a given data block 79 * compatibility. It may change at any time, so a checksum generated with 80 * one version of the Skia code may not match a checksum generated with 86 * @return checksum result
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
WordListMetadata.java | 53 final String checksum, final String localFilename, final String remoteFilename, 60 mChecksum = checksum; 80 final String checksum = values.getAsString(MetadataDbHelper.CHECKSUM_COLUMN); local 92 || null == checksum 101 return new WordListMetadata(id, type, description, lastUpdate, fileSize, checksum,
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_storage.h | 67 // Computed checksum. 73 // Stored checksum. 80 // checksum of the file doesn't match, some IDs are missing or not
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
diff_test_data.py | 72 diff --git a/LayoutTests/platform/mac/fast/flexbox/box-orient-button-expected.checksum b/LayoutTests/platform/mac/fast/flexbox/box-orient-button-expected.checksum 76 +++ b/LayoutTests/platform/mac/fast/flexbox/box-orient-button-expected.checksum
|
/external/chromium_org/third_party/lcov/ |
lcovrc | 92 # Calculate checksum for each source code line if non-zero (same as --checksum 93 # option of geninfo if non-zero, same as --no-checksum if zero)
|
/external/chromium_org/third_party/lcov/man/ |
lcov.1 | 53 .RB [ \-\-checksum ] 54 .RB [ \-\-no\-checksum ] 171 .B \-\-checksum 173 .B \-\-no\-checksum 176 Specify whether to generate checksum data when writing tracefiles. 178 Use \-\-checksum to enable checksum generation or \-\-no\-checksum to 179 disable it. Checksum generation is 183 When checksum generation is enabled, a checksum will be generated for eac [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkDescriptor.h | 90 // probe to see if we have a good checksum algo 93 // the first value we should look at is the checksum, so this loop 124 const uint32_t* ptr = (const uint32_t*)desc + 1; // skip the checksum field
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/ |
cv8.txt | 18 {2 bytes - checksum type/length? (0x0110) 19 16 bytes - MD5 checksum of source file} OR 20 {2 bytes - no checksum (0)}
|