Searched refs:GetRandomBytes (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/cpp/dev/
H A Dcrypto_dev.cc21 bool Crypto_Dev::GetRandomBytes(char* buffer, uint32_t num_bytes) { function in class:pp::Crypto_Dev
23 get_interface<PPB_Crypto_Dev_0_1>()->GetRandomBytes(buffer, num_bytes);
H A Dcrypto_dev.h26 bool GetRandomBytes(char* buffer, uint32_t num_bytes);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_crypto_shared.cc18 void GetRandomBytes(char* buffer, uint32_t num_bytes) { function in namespace:ppapi::__anon10169
22 const PPB_Crypto_Dev crypto_interface = {&GetRandomBytes};
/external/chromium_org/ppapi/c/dev/
H A Dppb_crypto_dev.h32 void (*GetRandomBytes)(char* buffer, uint32_t num_bytes); member in struct:PPB_Crypto_Dev_0_1
/external/chromium_org/ppapi/api/dev/
H A Dppb_crypto_dev.idl19 void GetRandomBytes([out] str_t buffer, [in] uint32_t num_bytes);
/external/chromium_org/base/
H A Drand_util_nacl.cc14 void GetRandomBytes(void* output, size_t num_bytes) { function in namespace:__anon2435
33 GetRandomBytes(&result, sizeof(result));
38 GetRandomBytes(output, output_length);
/external/chromium_org/ppapi/tests/
H A Dtest_crypto.cc25 RUN_TEST(GetRandomBytes, filter);
32 crypto_interface_->GetRandomBytes(buf, kBufSize);

Completed in 138 milliseconds