Home
last modified time | relevance | path

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

/third_party/flutter/skia/fuzz/
DFuzz.h51 void next(T* t) { this->nextBytes(t, sizeof(T)); } in next()
90 void nextBytes(void* ptr, size_t size);
DFuzz.cpp27 void Fuzz::nextBytes(void* n, size_t size) { in nextBytes() function in Fuzz
/third_party/skia/fuzz/
DFuzz.h52 void next(T* t) { this->nextBytes(t, sizeof(T)); } in next()
96 void nextBytes(void* ptr, size_t size);
DFuzz.cpp19 void Fuzz::nextBytes(void* n, size_t size) { in nextBytes() function in Fuzz
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DByteBufferWriterTest.java65 new Random().nextBytes(bytes); in fillRandom()
DByteStringTest.java64 random.nextBytes(result); in getTestBytes()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DByteStringTest.java64 random.nextBytes(result); in getTestBytes()
/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js666 b.nextBytes(x);
1300 SecureRandom.prototype.nextBytes = rng_get_bytes; method in SecureRandom