Home
last modified time | relevance | path

Searched refs:MatchingResult (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/init/
H A Dtrusted_ticket_manager.cpp161 MatchingResult TrustedTicketManager::IsTrustedSource(const std::string& certSubject, in IsTrustedSource()
164MatchingResult ret = MatchTrustedSource(TicketTrustedSources, certSubject, certIssuer, certListPat… in IsTrustedSource()
171 MatchingResult TrustedTicketManager::MatchTrustedSource(const TicketSourceInfoVec& trustedTicketSou… in MatchTrustedSource()
174 MatchingResult ret; in MatchTrustedSource()
H A Dtrusted_source_manager.cpp204 MatchingResult TrustedSourceManager::IsTrustedSource(const std::string& certSubject, in IsTrustedSource()
207MatchingResult ret = MatchTrustedSource(appTrustedSources, certSubject, certIssuer, blobType, cert… in IsTrustedSource()
218 MatchingResult TrustedSourceManager::MatchTrustedSource(const SourceInfoVec& trustedAppSources, in MatchTrustedSource()
221 MatchingResult ret; in MatchTrustedSource()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/init/
H A Dtrusted_ticket_manager.h44 …DLL_EXPORT MatchingResult IsTrustedSource(const std::string& certSubject, const std::string& certI…
60MatchingResult MatchTrustedSource(const TicketSourceInfoVec& trustedTicketSources, const std::stri…
H A Dtrusted_source_manager.h50 …DLL_EXPORT MatchingResult IsTrustedSource(const std::string& certSubject, const std::string& certI…
65MatchingResult MatchTrustedSource(const SourceInfoVec& trustedAppSources, const std::string& certS…
H A Dmatching_result.h36 struct MatchingResult { struct
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/util/
H A Dpkcs7_context.h36 MatchingResult matchResult;