Home
last modified time | relevance | path

Searched defs:nextBytes (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/fuzz/
DFuzz.cpp19 void Fuzz::nextBytes(void* n, size_t size) { in nextBytes() function in Fuzz
/third_party/flutter/skia/fuzz/
DFuzz.cpp27 void Fuzz::nextBytes(void* n, size_t size) { in nextBytes() function in Fuzz
/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js1300 SecureRandom.prototype.nextBytes = rng_get_bytes; method in SecureRandom