GetRandomBytes 49 base/rand_util_nacl.cc g_nacl_random.Pointer()->GetRandomBytes(&result, sizeof(result)); GetRandomBytes 54 base/rand_util_nacl.cc g_nacl_random.Pointer()->GetRandomBytes(output, output_length); GetRandomBytes 32 ppapi/c/dev/ppb_crypto_dev.h void (*GetRandomBytes)(char* buffer, uint32_t num_bytes); GetRandomBytes 23 ppapi/cpp/dev/crypto_dev.cc get_interface<PPB_Crypto_Dev_0_1>()->GetRandomBytes(buffer, num_bytes); GetRandomBytes 26 ppapi/cpp/dev/crypto_dev.h bool GetRandomBytes(char* buffer, uint32_t num_bytes); GetRandomBytes 22 ppapi/shared_impl/ppb_crypto_shared.cc const PPB_Crypto_Dev crypto_interface = {&GetRandomBytes}; GetRandomBytes 25 ppapi/tests/test_crypto.cc RUN_TEST(GetRandomBytes, filter); GetRandomBytes 32 ppapi/tests/test_crypto.cc crypto_interface_->GetRandomBytes(buf, kBufSize);