Searched refs:MatchSubjectAndIssuer (Results 1 – 2 of 2) sorted by relevance
242 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
70 …bool MatchSubjectAndIssuer(const std::string& trustedSource, const std::string& certSubjectOrIssue…