Home
last modified time | relevance | path

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

/system/tpm/attestation/common/
Dmock_crypto_utility.cc26 bool FakeRandom(size_t num_bytes, std::string* output) { in FakeRandom() function
41 ON_CALL(*this, GetRandom(_, _)).WillByDefault(Invoke(FakeRandom)); in MockCryptoUtility()