Home
last modified time | relevance | path

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

/base/security/appverify/interfaces/innerkits/appverify/src/init/
Dtrusted_source_manager.cpp195 const std::string& certIssuer, HapBlobType blobType, int certListPath) const in IsTrustedSource() argument
197 …MatchingResult ret = MatchTrustedSource(appTrustedSources, certSubject, certIssuer, blobType, cert… in IsTrustedSource()
203 …return MatchTrustedSource(appTrustedSourcesForTest, certSubject, certIssuer, blobType, certListPat… in IsTrustedSource()
209 …const std::string& certSubject, const std::string& certIssuer, HapBlobType blobType, int certListP… in MatchTrustedSource() argument
215 ret.matchState = TrustedSourceListCompare(certSubject, certIssuer, appSource, blobType); in MatchTrustedSource()
226 const std::string& certIssuer, const HapAppSourceInfo& appSource, HapBlobType blobType) const in TrustedSourceListCompare()
229 switch (blobType) { in TrustedSourceListCompare()
/base/security/appverify/interfaces/innerkits/appverify/include/init/
Dtrusted_source_manager.h50 HapBlobType blobType, int certListPath) const;
65 const std::string& certIssuer, HapBlobType blobType, int certListPath) const;
67 const HapAppSourceInfo& appSource, HapBlobType blobType) const;