OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextBytes
(Results
76 - 100
of
186
) sorted by null
1
2
3
4
5
6
7
8
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseWrapCipher.java
179
random.
nextBytes
(iv);
/external/guava/guava-tests/test/com/google/common/hash/
AbstractStreamingHasherTest.java
92
random.
nextBytes
(bytes);
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Benchmark.java
182
random.
nextBytes
(bytes);
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocketCall.java
66
random.
nextBytes
(nonce);
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
DigestMd5Utils.java
89
generator.
nextBytes
(rawBytes);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_alloc_copyPadded.java
89
random.
nextBytes
(inArray);
121
random.
nextBytes
(inArray);
154
random.
nextBytes
(inArray);
707
random.
nextBytes
(inArray);
924
random.
nextBytes
(inArray);
[
all
...]
UT_alloc_copy.java
64
random.
nextBytes
(inArray);
276
random.
nextBytes
(inArray);
459
random.
nextBytes
(inArray);
UT_reduce.java
41
(new Random(seed)).
nextBytes
(array);
UT_reduce_backward.java
41
(new Random(seed)).
nextBytes
(array);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_alloc_copyPadded.java
89
random.
nextBytes
(inArray);
121
random.
nextBytes
(inArray);
154
random.
nextBytes
(inArray);
707
random.
nextBytes
(inArray);
924
random.
nextBytes
(inArray);
[
all
...]
UT_alloc_copy.java
64
random.
nextBytes
(inArray);
276
random.
nextBytes
(inArray);
459
random.
nextBytes
(inArray);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
rsAllocationCopyTest.java
36
random.
nextBytes
(inArray);
274
random.
nextBytes
(inArray);
VLoadTest.java
164
random.
nextBytes
(t);
/development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java
317
mRandom.
nextBytes
(section.iv);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DES.java
183
random.
nextBytes
(iv);
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DigestAuthenticator.java
268
_random.
nextBytes
(nounce);
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
BTtraffic.java
304
random.
nextBytes
(bytes);
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
HTTPRequest.java
109
prng.
nextBytes
(cnonce);
/libcore/luni/src/test/java/libcore/java/util/
BitSetTest.java
241
new Random(0).
nextBytes
(bytes);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
BcKeyStoreSpi.java
145
random.
nextBytes
(salt);
890
random.
nextBytes
(salt);
1028
random.
nextBytes
(salt);
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PairingSession.java
537
random.
nextBytes
(nonce);
/external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketClientFactory.java
370
new Random().
nextBytes
(bytes);
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/
WebSocketReaderTest.java
355
random.
nextBytes
(junk);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_reduce_backward.java
41
(new Random(seed)).
nextBytes
(array);
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorTest.java
510
sr.
nextBytes
(iv);
Completed in 316 milliseconds
1
2
3
4
5
6
7
8