Home
last modified time | relevance | path

Searched refs:mAlgorithm (Results 1 – 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DMerkleTreeBuilder.java52 private String mAlgorithm = "SHA-256"; field in MerkleTreeBuilder
70 this.mAlgorithm = algorithm; in setAlgorithm()
197 hashes[index++] = DigestUtils.computeDigest(tempByte, this.mAlgorithm); in runHashTask()
200 CodeSignErrMsg.ALGORITHM_NOT_SUPPORT_ERROR.toString(this.mAlgorithm), e); in runHashTask()
320 rootHash = DigestUtils.computeDigest(fsVerityHashPage, this.mAlgorithm); in getMerkleTree()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
Dmerkle_tree_builder.h68 std::string mAlgorithm = "SHA-256"; variable
/developtools/hapsigner/binary_sign_tool/codesigning/fsverity/include/
Dmerkle_tree_builder.h73 std::string mAlgorithm = "SHA-256"; variable
/developtools/hapsigner/binary_sign_tool/codesigning/fsverity/src/
Dmerkle_tree_builder.cpp32 mAlgorithm = algorithm; in SetAlgorithm()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
Dmerkle_tree_builder.cpp32 mAlgorithm = algorithm; in SetAlgorithm()