Home
last modified time | relevance | path

Searched refs:DIGEST_HEADER_SIZE (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.java34 private static final int DIGEST_HEADER_SIZE = 12; field in FsVerityDigest
44 int size = DIGEST_HEADER_SIZE + digest.length; in getFsVerityDigest()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dfs_verity_digest.cpp22 const int FsVerityDigest::DIGEST_HEADER_SIZE = 12; member in OHOS::SignatureTools::FsVerityDigest
27 const int size = DIGEST_HEADER_SIZE + digest.size(); in GetFsVerityDigest()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H A Dfs_verity_digest.h32 static const int DIGEST_HEADER_SIZE; member in OHOS::SignatureTools::FsVerityDigest

Completed in 1 milliseconds