Home
last modified time | relevance | path

Searched refs:USE_SHA512 (Results 1 - 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
H A DHashUtils.java63 result = HashAlgs.USE_SHA512; in getHashAlgsId()
174 public static final int USE_SHA512 = 8; field in HashUtils.HashAlgs
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dhash_utils.h33 USE_SHA512 = 8, member in OHOS::SignatureTools::HashAlgs
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dhash_utils.cpp38 result = static_cast<int>(HashAlgs::USE_SHA512); in GetHashAlgsId()
51 if (static_cast<int>(HashAlgs::USE_SHA512) == algId) { in GetHashAlgName()

Completed in 2 milliseconds