Home
last modified time | relevance | path

Searched refs:chunk (Results 1 - 10 of 10) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/common/src/
H A Dbyte_buffer_data_source.cpp48 const unsigned char* chunk = reinterpret_cast<const unsigned char*>(bytebuffer.GetBufferPtr() + in ReadDataAndDigestUpdate() local
50 bool res = DigestCommon::DigestUpdate(digestParam, chunk, chunkSize); in ReadDataAndDigestUpdate()
H A Ddigest_common.cpp88 int32_t DigestCommon::GetDigest(const ByteBuffer& chunk, in GetDigest() argument
93 int32_t chunkLen = chunk.Remaining(); in GetDigest()
108 if (EVP_DigestUpdate(digestParameter.ctxPtr, chunk.GetBufferPtr(), chunkLen) <= 0) { in GetDigest()
110 SIGNATURE_TOOLS_LOGE("EVP_DigestUpdate chunk failed"); in GetDigest()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
H A Dhap_openssl_utils_test.cpp107 ByteBuffer chunk; in HWTEST_F() local
110 int32_t ret = DigestCommon::GetDigest(chunk, optionalBlocks, parameter, out); in HWTEST_F()
127 ByteBuffer chunk; in HWTEST_F() local
130 int32_t ret = DigestCommon::GetDigest(chunk, optionalBlocks, parameter, out); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/common/include/
H A Ddigest_common.h46 static int32_t GetDigest(const ByteBuffer& chunk, const std::vector<OptionalBlock>& optionalBlocks,
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dmerkle_tree_builder.cpp148 ByteBuffer* chunk = Slice(bufferPtr.get(), offset, offset + CHUNK_SIZE); in RunHashTask() local
150 chunk->GetData(offset + bufStartIdx, tmpByte.data(), CHUNK_SIZE); in RunHashTask()
161 delete chunk; in RunHashTask()
/developtools/ace_ets2bundle/compiler/
H A Dwebpack.config.js341 chunks(chunk) {
342 return !excludeWorker(workerFile, chunk.name) && !/^\.\/TestAbility/.test(chunk.name);
/developtools/ace_js2bundle/ace-loader/
H A Dwebpack.rich.config.js360 chunks(chunk) {
361 return !excludeWorker(workerFile, chunk.name) && !/^\.\/TestAbility/.test(chunk.name);
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
H A DMerkleTreeBuilder.java192 ByteBuffer chunk = slice(buffer, offset, offset + CHUNK_SIZE); in runHashTask()
194 chunk.get(tempByte); in runHashTask()
343 * @param divisor split chunk size
344 * @return chunk count
351 * get total size of chunk to store data
354 * @param divisor split chunk size
355 * @param multiplier chunk multiplier
356 * @return chunk size
/developtools/hdc/scripts/
H A Ddev_hdc_test.py350 for chunk in iter(lambda: f.read(4096), b""):
351 md5.update(chunk)
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h27295 struct audit_chunk___2 *chunk; member
55464 struct sctp_chunk *chunk; global() member
137096 int chunk; global() member
[all...]

Completed in 403 milliseconds