Home
last modified time | relevance | path

Searched defs:algId (Results 1 – 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DSignContentInfo.java47 protected short algId; field in SignContentHash
64 SignContentHash(char type, char tag, short algId, int length, byte[] hash) { in SignContentHash()
95 public void addContentHashData(char type, char tag, short algId, int length, byte[] hash) { in addContentHashData()
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
Dsign_content_info.cpp23 SignContentHash::SignContentHash(const char type, const char tag, const short algId, in SignContentHash()
41 void SignContentInfo::AddContentHashData(const char type, const char tag, const short algId, in AddContentHashData()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
Dverify_bin_test.cpp359 int algId = HashUtils::GetHashAlgsId("SHA-224"); variable
374 int algId = HashUtils::GetHashAlgsId("SHA-256"); variable
389 int algId = HashUtils::GetHashAlgsId("SHA-384"); variable
404 int algId = HashUtils::GetHashAlgsId("SHA-512"); variable
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/process_cmd/processcmd024_fuzzer/
Dprocesscmd024_fuzzer.cpp37 int algId = 256; in DoSomethingInterestingWithMyAPI() local
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dhash_utils.cpp43 std::string HashUtils::GetHashAlgName(int algId) in GetHashAlgName()
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
Dverify_elf.cpp212 int16_t algId = 0; in GenerateFileDigest() local