Home
last modified time | relevance | path

Searched refs:ComputeDigest (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/code_signature/utils/src/
H A Dfsverity_utils_helper.cpp71 bool FsverityUtilsHelper::ComputeDigest(const char *path, struct libfsverity_digest **digest) in ComputeDigest() function in OHOS::Security::CodeSign::FsverityUtilsHelper
98 if (!ComputeDigest(path, &digest)) { in GenerateFormattedDigest()
H A Dsigner_info.cpp125 if (!ComputeDigest(contentData, digest)) { in AddAttrsToSignerInfo()
178 bool SignerInfo::ComputeDigest(const ByteBuffer &data, ByteBuffer &digest) in ComputeDigest() function in OHOS::Security::CodeSign::SignerInfo
/ohos5.0/base/security/code_signature/utils/include/
H A Dsigner_info.h46 bool ComputeDigest(const ByteBuffer &data, ByteBuffer &digest);
H A Dfsverity_utils_helper.h49 bool ComputeDigest(const char *path, struct libfsverity_digest **digest);