Home
last modified time | relevance | path

Searched defs:mAlgorithm (Results 1 – 3 of 3) sorted by relevance

/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/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DMerkleTreeBuilder.java52 private String mAlgorithm = "SHA-256"; field in MerkleTreeBuilder