Searched refs:chunk (Results 1 - 10 of 10) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/common/src/ |
H A D | byte_buffer_data_source.cpp | 48 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 D | digest_common.cpp | 88 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 D | hap_openssl_utils_test.cpp | 107 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 D | digest_common.h | 46 static int32_t GetDigest(const ByteBuffer& chunk, const std::vector<OptionalBlock>& optionalBlocks,
|
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/ |
H A D | merkle_tree_builder.cpp | 148 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 D | webpack.config.js | 341 chunks(chunk) { 342 return !excludeWorker(workerFile, chunk.name) && !/^\.\/TestAbility/.test(chunk.name);
|
/developtools/ace_js2bundle/ace-loader/ |
H A D | webpack.rich.config.js | 360 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 D | MerkleTreeBuilder.java | 192 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 D | dev_hdc_test.py | 350 for chunk in iter(lambda: f.read(4096), b""): 351 md5.update(chunk)
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 27295 struct audit_chunk___2 *chunk; member 55464 struct sctp_chunk *chunk; global() member 137096 int chunk; global() member [all...] |
Completed in 403 milliseconds