Home
last modified time | relevance | path

Searched defs:algoID (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DFsVerityDigest.java43 public static byte[] getFsVerityDigest(byte algoID, byte[] digest) { in getFsVerityDigest()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
Dfs_verity_digest.cpp24 void FsVerityDigest::GetFsVerityDigest(int8_t algoID, std::vector<int8_t>& digest, in GetFsVerityDigest()