Home
last modified time | relevance | path

Searched refs:nextBytes (Results 1 – 11 of 11) 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/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/
DMasking.java50 secureRandom.nextBytes(secret); in getRandomBytes()
DAESEncrypt.java104 secureRandom.nextBytes(iVec); in encrypt()
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DCipherClient.java436 secureRandom.nextBytes(indIv); in requestExchangeKeys()
437 secureRandom.nextBytes(pwIv); in requestExchangeKeys()
438 secureRandom.nextBytes(thisPwSalt); in requestExchangeKeys()
/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