1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
7 * This file defines the PPB_Crypto_Dev interface.
14 interface PPB_Crypto_Dev
{
16 * Fills the given buffer with random bytes. This is potentially slow so only
17 * request the amount of data you need.
19 void GetRandomBytes
([out] str_t buffer
, [in] uint32_t num_bytes
);