Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/init/
H A Dtrusted_source_manager.cpp242 if (MatchSubjectAndIssuer(appSource.appSigningCert, certSubject) && in TrustedSourceListCompare()
243 MatchSubjectAndIssuer(appSource.issuer, certIssuer)) { in TrustedSourceListCompare()
249 if (MatchSubjectAndIssuer(appSource.issuer, certIssuer)) { in TrustedSourceListCompare()
250 if (MatchSubjectAndIssuer(appSource.profileSigningCertificate, certSubject)) { in TrustedSourceListCompare()
252 … } else if (MatchSubjectAndIssuer(appSource.profileDebugSigningCertificate, certSubject)) { in TrustedSourceListCompare()
280 bool TrustedSourceManager::MatchSubjectAndIssuer(const std::string& trustedSource, in MatchSubjectAndIssuer() function in OHOS::Security::Verify::TrustedSourceManager
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/init/
H A Dtrusted_source_manager.h70 …bool MatchSubjectAndIssuer(const std::string& trustedSource, const std::string& certSubjectOrIssue…