Home
last modified time | relevance | path

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

12345678910>>...35

/aosp_15_r20/external/rappor/client/java/com/google/rappor/
H A DHmacDrbg.java214 public byte[] nextBytes(int length) { in nextBytes() method in HmacDrbg
223 public void nextBytes(byte[] out) { in nextBytes() method in HmacDrbg
230 public void nextBytes(byte[] out, int start, int count) { in nextBytes() method in HmacDrbg
/aosp_15_r20/out/soong/.intermediates/external/rappor/rappor/android_common/turbine/
Drappor.jarcom/google/android/rappor/Encoder.class <Unknown> package com.google. ...
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/security/
H A DDrbgParametersTest.java47 DrbgParameters.NextBytes nextBytes = in testNextBytes_withValidValues() local
62 DrbgParameters.NextBytes nextBytes = in testNextBytes_withNullAdditionalInput() local
/aosp_15_r20/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
H A DInsecureSHA1PRNGKeyDerivator.java124 private transient byte[] nextBytes; field in InsecureSHA1PRNGKeyDerivator
278 protected synchronized void nextBytes(byte[] bytes) { in nextBytes() method in InsecureSHA1PRNGKeyDerivator
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/security/
H A DSecureRandom.annotated.java66 public void nextBytes(byte[] bytes) { throw new RuntimeException("Stub!"); } in nextBytes() method in SecureRandom
69 public void nextBytes(byte[] bytes, java.security.SecureRandomParameters params) { throw new Runtim… in nextBytes() method in SecureRandom
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/random/
H A DBitsStreamGenerator.java181 public void nextBytes(byte[] bytes) { in nextBytes() method in BitsStreamGenerator
197 public void nextBytes(byte[] bytes, int start, int len) { in nextBytes() method in BitsStreamGenerator
H A DRandomGenerator.java60 void nextBytes(byte[] bytes); in nextBytes() method
H A DRandomGeneratorFactory.java56 public void nextBytes(byte[] bytes) { in createRandomGenerator() method in RandomGeneratorFactory
H A DSynchronizedRandomGenerator.java57 public synchronized void nextBytes(byte[] bytes) { in nextBytes() method in SynchronizedRandomGenerator
H A DRandomAdaptor.java79 public void nextBytes(byte[] bytes) { in nextBytes() method in RandomAdaptor
/aosp_15_r20/out/soong/.intermediates/external/rappor/rappor/android_common/javac/
Drappor.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/
DSecureRandom.java816 public void nextBytes(byte[] bytes) { in nextBytes() method in SecureRandom
840 public void nextBytes(byte[] bytes, SecureRandomParameters params) { in nextBytes() method in SecureRandom
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/
H A DSecureRandom.java816 public void nextBytes(byte[] bytes) { in nextBytes() method in SecureRandom
840 public void nextBytes(byte[] bytes, SecureRandomParameters params) { in nextBytes() method in SecureRandom
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/
DSecureRandom.java816 public void nextBytes(byte[] bytes) { in nextBytes() method in SecureRandom
840 public void nextBytes(byte[] bytes, SecureRandomParameters params) { in nextBytes() method in SecureRandom
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DRandom.java145 public void nextBytes(byte[] bytes) { in nextBytes() method in Random.RandomWrapper
487 public void nextBytes(byte[] bytes) { in nextBytes() method in Random
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DRandom.java145 public void nextBytes(byte[] bytes) { in nextBytes() method in Random.RandomWrapper
487 public void nextBytes(byte[] bytes) { in nextBytes() method in Random
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DRandom.java145 public void nextBytes(byte[] bytes) { in nextBytes() method in Random.RandomWrapper
487 public void nextBytes(byte[] bytes) { in nextBytes() method in Random
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/testing/observations/
DConstantFakeSecureRandom.java30 public synchronized void nextBytes(byte[] bytes) { in nextBytes() method in ConstantFakeSecureRandom
DFakeSecureRandom.java32 public synchronized void nextBytes(byte[] bytes) { in nextBytes() method in FakeSecureRandom
/aosp_15_r20/external/skia/fuzz/
H A DFuzz.cpp19 void Fuzz::nextBytes(void* n, size_t size) { in nextBytes() function in Fuzz
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/support/
H A DRandomSupport.java27 public static void nextBytes(SplittableRandom random, byte[] bytes) { in nextBytes() method in RandomSupport
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
H A DRandomGenerator.java67 void nextBytes(byte[] bytes); in nextBytes() method
H A DRandomAdaptor.java85 public void nextBytes(byte[] bytes) { in nextBytes() method in RandomAdaptor
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DCountingSecureRandom.java52 public synchronized void nextBytes(byte[] bytes) { in nextBytes() method in CountingSecureRandom
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/testmode/
DDeterministicSecureRandom.java99 public void nextBytes(byte[] bytes) { in nextBytes() method in DeterministicSecureRandom

12345678910>>...35