Searched refs:InitSignerInfo (Results 1 – 3 of 3) sorted by relevance
37 …bool InitSignerInfo(const std::string &ownerID, X509 *cert, const EVP_MD *md, const ByteBuffer &co…
53 if (!signerInfo.InitSignerInfo(ownerID, cert, md, contentData)) { in GenerateSignature()
41 bool SignerInfo::InitSignerInfo(const std::string &ownerID, X509 *cert, const EVP_MD *md, in InitSignerInfo() function in OHOS::Security::CodeSign::SignerInfo