Home
last modified time | relevance | path

Searched refs:algoID (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 DFsVerityDigest.java39 * @param algoID hash algorithm id
43 public static byte[] getFsVerityDigest(byte algoID, byte[] digest) { in getFsVerityDigest() argument
47 buffer.putShort(algoID); in getFsVerityDigest()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dfs_verity_digest.cpp24 void FsVerityDigest::GetFsVerityDigest(int8_t algoID, std::vector<int8_t>& digest, in GetFsVerityDigest() argument
34 buffer->PutInt16(algoID); in GetFsVerityDigest()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H A Dfs_verity_digest.h28 static void GetFsVerityDigest(int8_t algoID, std::vector<int8_t>& digest, std::vector<int8_t>& ret);

Completed in 2 milliseconds