Home
last modified time | relevance | path

Searched refs:InitSignerInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/code_signature/utils/include/
H A Dsigner_info.h37 …bool InitSignerInfo(const std::string &ownerID, X509 *cert, const EVP_MD *md, const ByteBuffer &co…
/ohos5.0/base/security/code_signature/utils/src/
H A Dpkcs7_generator.cpp53 if (!signerInfo.InitSignerInfo(ownerID, cert, md, contentData)) { in GenerateSignature()
H A Dsigner_info.cpp41 bool SignerInfo::InitSignerInfo(const std::string &ownerID, X509 *cert, const EVP_MD *md, in InitSignerInfo() function in OHOS::Security::CodeSign::SignerInfo