HomeSort by relevance Sort by last modified time
    Searched refs:GetCryptoTypes (Results 1 - 6 of 6) sorted by null

  /external/libweave/src/privet/
security_delegate.h 42 virtual std::set<CryptoType> GetCryptoTypes() const = 0;
security_manager.h 73 std::set<CryptoType> GetCryptoTypes() const override;
mock_delegates.h 81 MOCK_CONST_METHOD0(GetCryptoTypes, std::set<CryptoType>());
123 EXPECT_CALL(*this, GetCryptoTypes())
security_manager.cc 201 std::set<CryptoType> SecurityManager::GetCryptoTypes() const {
privet_handler.cc 259 for (CryptoType type : security.GetCryptoTypes())
593 std::set<CryptoType> cryptos = security_->GetCryptoTypes();
    [all...]
privet_handler_unittest.cc 216 EXPECT_CALL(security_, GetCryptoTypes())
    [all...]

Completed in 58 milliseconds