Home
last modified time | relevance | path

Searched refs:AddAttrsToSignerInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/code_signature/utils/src/
H A Dsigner_info.cpp86 if (!AddAttrsToSignerInfo(ownerID, contentData)) { in InitSignerInfo()
99 bool SignerInfo::AddAttrsToSignerInfo(const std::string &ownerID, const ByteBuffer &contentData) in AddAttrsToSignerInfo() function in OHOS::Security::CodeSign::SignerInfo
/ohos5.0/base/security/code_signature/utils/include/
H A Dsigner_info.h45 bool AddAttrsToSignerInfo(const std::string &ownerID, const ByteBuffer &contentData);