Searched refs:GetRandomBytes (Results 1 – 7 of 7) sorted by relevance
35 virtual bool GetRandomBytes(size_t num_bytes,
25 bool OpensslCryptoUtilImpl::GetRandomBytes(size_t num_bytes, in GetRandomBytes() function in tpm_manager::OpensslCryptoUtilImpl
41 bool GetRandomBytes(size_t num_bytes,
31 MOCK_METHOD2(GetRandomBytes, bool(size_t, std::string*));
25 ON_CALL(*this, GetRandomBytes(_, _)) in MockOpensslCryptoUtil()
176 if (!openssl_util_->GetRandomBytes(kDefaultPasswordSize, &random_bytes)) { in SeedTpmRng()
63 if (!openssl_util_.GetRandomBytes(kDefaultPasswordSize, &owner_password)) { in InitializeTpm()