Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/test/unittest/
H A Dsign_and_enforce_test.cpp77 static PKCS7_SIGNER_INFO *GetSignerInfo(PKCS7 *p7) in GetSignerInfo() function
125 PKCS7_SIGNER_INFO *signer = GetSignerInfo(p7); in ModifyPkcs7SignerwithTargetFunc()
/ohos5.0/base/security/code_signature/utils/include/
H A Dsigner_info.h41 PKCS7_SIGNER_INFO *GetSignerInfo();
/ohos5.0/base/security/code_signature/utils/src/
H A Dpkcs7_generator.cpp56 if (!pkcs7.AddSignerInfo(signerInfo.GetSignerInfo())) { in GenerateSignature()
H A Dsigner_info.cpp223 PKCS7_SIGNER_INFO *SignerInfo::GetSignerInfo() in GetSignerInfo() function in OHOS::Security::CodeSign::SignerInfo