Searched refs:MatchingResult (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/init/ |
H A D | trusted_ticket_manager.cpp | 161 MatchingResult TrustedTicketManager::IsTrustedSource(const std::string& certSubject, in IsTrustedSource() 164 …MatchingResult ret = MatchTrustedSource(TicketTrustedSources, certSubject, certIssuer, certListPat… in IsTrustedSource() 171 MatchingResult TrustedTicketManager::MatchTrustedSource(const TicketSourceInfoVec& trustedTicketSou… in MatchTrustedSource() 174 MatchingResult ret; in MatchTrustedSource()
|
H A D | trusted_source_manager.cpp | 204 MatchingResult TrustedSourceManager::IsTrustedSource(const std::string& certSubject, in IsTrustedSource() 207 …MatchingResult 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 D | trusted_ticket_manager.h | 44 …DLL_EXPORT MatchingResult IsTrustedSource(const std::string& certSubject, const std::string& certI… 60 …MatchingResult MatchTrustedSource(const TicketSourceInfoVec& trustedTicketSources, const std::stri…
|
H A D | trusted_source_manager.h | 50 …DLL_EXPORT MatchingResult IsTrustedSource(const std::string& certSubject, const std::string& certI… 65 …MatchingResult MatchTrustedSource(const SourceInfoVec& trustedAppSources, const std::string& certS…
|
H A D | matching_result.h | 36 struct MatchingResult { struct
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/util/ |
H A D | pkcs7_context.h | 36 MatchingResult matchResult;
|