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/ |
| D | SignContentInfo.java | 47 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/ |
| D | sign_content_info.cpp | 23 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/ |
| D | verify_bin_test.cpp | 359 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/ |
| D | processcmd024_fuzzer.cpp | 37 int algId = 256; in DoSomethingInterestingWithMyAPI() local
|
| /developtools/hapsigner/hapsigntool_cpp/utils/src/ |
| D | hash_utils.cpp | 43 std::string HashUtils::GetHashAlgName(int algId) in GetHashAlgName()
|
| /developtools/hapsigner/hapsigntool_cpp/hap/verify/src/ |
| D | verify_elf.cpp | 212 int16_t algId = 0; in GenerateFileDigest() local
|