Home
last modified time | relevance | path

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

/external/libweave/src/privet/
Dsecurity_delegate.h42 virtual std::set<CryptoType> GetCryptoTypes() const = 0;
Dmock_delegates.h81 MOCK_CONST_METHOD0(GetCryptoTypes, std::set<CryptoType>());
123 EXPECT_CALL(*this, GetCryptoTypes()) in MockSecurityDelegate()
Dsecurity_manager.h73 std::set<CryptoType> GetCryptoTypes() const override;
Dsecurity_manager.cc201 std::set<CryptoType> SecurityManager::GetCryptoTypes() const { in GetCryptoTypes() function in weave::privet::SecurityManager
Dprivet_handler.cc259 for (CryptoType type : security.GetCryptoTypes()) in CreateInfoAuthSection()
593 std::set<CryptoType> cryptos = security_->GetCryptoTypes(); in HandlePairingStart()
Dprivet_handler_unittest.cc216 EXPECT_CALL(security_, GetCryptoTypes()) in TEST_F()