Home
last modified time | relevance | path

Searched refs:mAlgorithm (Results 1 - 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
H A DMerkleTreeBuilder.java51 private String mAlgorithm = "SHA-256"; field in MerkleTreeBuilder
69 this.mAlgorithm = algorithm; in setAlgorithm()
196 hashes[index++] = DigestUtils.computeDigest(tempByte, this.mAlgorithm); in runHashTask()
318 rootHash = DigestUtils.computeDigest(fsVerityHashPage, this.mAlgorithm); in getMerkleTree()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H A Dmerkle_tree_builder.h68 std::string mAlgorithm = "SHA-256"; member in OHOS::SignatureTools::MerkleTreeBuilder
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dmerkle_tree_builder.cpp32 mAlgorithm = algorithm; in SetAlgorithm()

Completed in 3 milliseconds