Searched refs:FakeRandom (Results 1 – 1 of 1) sorted by relevance
26 bool FakeRandom(size_t num_bytes, std::string* output) { in FakeRandom() function41 ON_CALL(*this, GetRandom(_, _)).WillByDefault(Invoke(FakeRandom)); in MockCryptoUtility()