Home
last modified time | relevance | path

Searched defs:CHUNK_SIZE (Results 1 – 9 of 9) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
Dhap_info_segment.h42 static const int32_t CHUNK_SIZE = 4096; variable
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
Dmerkle_tree_builder.h42 static const int CHUNK_SIZE; variable
/developtools/hapsigner/binary_sign_tool/codesigning/fsverity/include/
Dmerkle_tree_builder.h47 static const int CHUNK_SIZE; variable
/developtools/hapsigner/hapsigntool_cpp/utils/include/
Dhap_signer_block_utils.h62 static const int64_t CHUNK_SIZE; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DMerkleTreeBuilder.java42 private static final int CHUNK_SIZE = 4096; field in MerkleTreeBuilder
/developtools/hapsigner/binary_sign_tool/codesigning/fsverity/src/
Dmerkle_tree_builder.cpp25 const int MerkleTreeBuilder::CHUNK_SIZE = 4096; member in OHOS::SignatureTools::MerkleTreeBuilder
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
Dmerkle_tree_builder.cpp25 const int MerkleTreeBuilder::CHUNK_SIZE = 4096; member in OHOS::SignatureTools::MerkleTreeBuilder
/developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_streamer/
Dtrace_streamer_selector.cpp55 const uint32_t CHUNK_SIZE = 1024 * 1024; variable
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dhap_signer_block_utils.cpp39 const int64_t HapSignerBlockUtils::CHUNK_SIZE = 1048576LL; member in OHOS::SignatureTools::HapSignerBlockUtils