Home
last modified time | relevance | path

Searched refs:USE_SHA384 (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.java60 result = HashAlgs.USE_SHA384; in getHashAlgsId()
169 public static final int USE_SHA384 = 7; field in HashUtils.HashAlgs
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dhash_utils.h32 USE_SHA384 = 7, member in OHOS::SignatureTools::HashAlgs
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dhash_utils.cpp35 result = static_cast<int>(HashAlgs::USE_SHA384); in GetHashAlgsId()
48 if (static_cast<int>(HashAlgs::USE_SHA384) == algId) { in GetHashAlgName()

Completed in 3 milliseconds