OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextBytes
(Results
51 - 75
of
186
) sorted by null
1
2
3
4
5
6
7
8
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SecureRandom2Test.java
189
* java.security.SecureRandom#
nextBytes
(byte[])
192
// Test for method void java.security.SecureRandom.
nextBytes
(byte [])
195
new SecureRandom().
nextBytes
(bytes);
201
new SecureRandom().
nextBytes
(null);
/libcore/luni/src/test/java/tests/java/security/
SecureRandomTest.java
82
sr.
nextBytes
(b);
85
fail("
nextBytes
failed");
90
sr.
nextBytes
(null);
/libcore/ojluni/src/main/java/java/security/
SecureRandom.java
72
* random.
nextBytes
(bytes);
83
* <code>
nextBytes
</code> methods may block as entropy is being gathered,
151
* <code>
nextBytes
</code> will force the SecureRandom object to seed itself.
256
* <code>
nextBytes
</code> will force the SecureRandom object to seed itself.
332
* <code>
nextBytes
</code> will force the SecureRandom object to seed itself.
421
* <code>
nextBytes
</code> will force the SecureRandom object to seed itself.
530
synchronized public void
nextBytes
(byte[] bytes) {
553
nextBytes
(b);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
NdefTagTester.java
102
random.
nextBytes
(id);
/cts/tests/tests/net/src/android/net/ipv6/cts/
PingTest.java
72
new Random().
nextBytes
(packet);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCreateAllocationsTest.java
106
r.
nextBytes
(dataIn);
AllocationCopyPaddedTest.java
32
random.
nextBytes
(inArray);
60
random.
nextBytes
(inArray);
89
random.
nextBytes
(inArray);
593
random.
nextBytes
(inArray);
790
random.
nextBytes
(inArray);
[
all
...]
AllocationCopyToTest.java
34
random.
nextBytes
(inArray);
232
random.
nextBytes
(inArray);
415
random.
nextBytes
(inArray);
650
random.
nextBytes
(inArray);
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
SinkTester.java
182
new Random().
nextBytes
(expected);
/external/guava/guava-tests/test/com/google/common/hash/
HashTestUtils.java
158
random.
nextBytes
(value);
167
random.
nextBytes
(value);
492
random.
nextBytes
(bytes);
538
random.
nextBytes
(bytes);
/external/okhttp/okio/okio/src/test/java/okio/
TestUtil.java
43
random.
nextBytes
(randomBytes);
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
BandwidthEnforcementTestService.java
189
random.
nextBytes
(id);
/libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipStressTest.java
136
random.
nextBytes
(input);
/libcore/ojluni/src/main/java/java/util/
UUID.java
145
ng.
nextBytes
(randomBytes);
/libcore/support/src/test/java/org/apache/harmony/testframework/
SinkTester.java
182
new Random().
nextBytes
(expected);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DataExporter.java
77
rng.
nextBytes
(random);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DSAParametersGenerator.java
142
random.
nextBytes
(seed);
252
random.
nextBytes
(seed);
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/
GenericSoundModelTest.java
87
random.
nextBytes
(data);
203
predictableRandom.
nextBytes
(data);
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
VpnTest.java
292
random.
nextBytes
(packet);
404
new Random().
nextBytes
(data);
435
random.
nextBytes
(data);
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomDataImpl.java
166
ran.
nextBytes
(randomBytes);
271
secRan.
nextBytes
(randomBytes);
[
all
...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java
217
sr.
nextBytes
(iv);
243
sr.
nextBytes
(iv);
/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
BrokenKeyDerivationActivity.java
246
sr.
nextBytes
(bytes);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
OAEPEncoding.java
171
random.
nextBytes
(seed);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java
95
sr.
nextBytes
(iv);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseStreamCipher.java
243
ivRandom.
nextBytes
(iv);
Completed in 939 milliseconds
1
2
3
4
5
6
7
8