HomeSort by relevance Sort by last modified time
    Searched refs:SecureRandom (Results 126 - 150 of 209) sorted by null

1 2 3 4 56 7 8 9

  /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
OpenSSLContextImpl.java 25 import java.security.SecureRandom;
109 public void engineInit(KeyManager[] kms, TrustManager[] tms, SecureRandom sr)
OpenSSLCipherRSA.java 29 import java.security.SecureRandom;
241 protected void engineInit(int opmode, Key key, SecureRandom random) throws InvalidKeyException {
251 SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException {
261 protected void engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)
501 int opmode, Key key, AlgorithmParameterSpec spec, SecureRandom random)
513 int opmode, Key key, AlgorithmParameters params, SecureRandom random)
  /external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
MockAltsHandshakerResp.java 29 import java.security.SecureRandom;
52 Random random = new SecureRandom();
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
CustomTrust.java 27 import java.security.SecureRandom;
185 new SecureRandom());
  /external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
SampleServer.java 15 import java.security.SecureRandom;
140 new SecureRandom());
  /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
BrokenKeyDerivationActivity.java 32 import java.security.SecureRandom;
245 SecureRandom sr = new SecureRandom();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
KeyAgreementSpi.java 10 import java.security.SecureRandom;
272 SecureRandom random)
372 SecureRandom random)
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/dh/
KeyAgreementSpi.java 11 import java.security.SecureRandom;
274 SecureRandom random)
374 SecureRandom random)
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/dsa/
DSASigner.java 8 import java.security.SecureRandom;
42 private SecureRandom random;
64 SecureRandom random)
  /external/okhttp/android/src/test/java/com/squareup/okhttp/internal/
PlatformTest.java 27 import java.security.SecureRandom;
89 sslContext.init(null, new TrustManager[] { TRUST_NO_ONE_TRUST_MANAGER }, new SecureRandom());
103 sslContext.init(null, new TrustManager[] { TRUST_NO_ONE_TRUST_MANAGER }, new SecureRandom());
  /external/opencensus-java/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/
OcAgentNodeUtils.java 35 import java.security.SecureRandom;
81 pid = new SecureRandom().nextInt();
88 pid = new SecureRandom().nextInt();
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
CipherOutputStreamTest.java 22 import java.security.SecureRandom;
34 static final SecureRandom rand = new SecureRandom();
CipherInputStreamTest.java 23 import java.security.SecureRandom;
35 static final SecureRandom rand = new SecureRandom();
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyGeneratorTest.java 37 import java.security.SecureRandom;
142 SecureRandom rng = new SecureRandom();
174 SecureRandom rng = new SecureRandom();
205 (SecureRandom) null);
206 // Check that generateKey doesn't fail either, just in case null SecureRandom
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLCipherRSA.java 28 import java.security.SecureRandom;
239 protected void engineInit(int opmode, Key key, SecureRandom random) throws InvalidKeyException {
249 SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException {
259 protected void engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)
485 int opmode, Key key, AlgorithmParameterSpec spec, SecureRandom random)
497 int opmode, Key key, AlgorithmParameters params, SecureRandom random)
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 45 import java.security.SecureRandom;
221 Transaction transaction = new Transaction("user", 1, new SecureRandom().nextLong());
291 Transaction transaction = new Transaction("user", 1, new SecureRandom().nextLong());
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 45 import java.security.SecureRandom;
221 Transaction transaction = new Transaction("user", 1, new SecureRandom().nextLong());
291 Transaction transaction = new Transaction("user", 1, new SecureRandom().nextLong());
  /development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java 41 import java.security.SecureRandom;
83 private final SecureRandom mRandom;
102 mRandom = new SecureRandom();
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 45 import java.security.SecureRandom;
221 Transaction transaction = new Transaction("user", 1, new SecureRandom().nextLong());
291 Transaction transaction = new Transaction("user", 1, new SecureRandom().nextLong());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
CipherSpi.java 9 import java.security.SecureRandom;
274 SecureRandom random)
378 SecureRandom random)
402 SecureRandom random)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseWrapCipher.java 13 import java.security.SecureRandom;
179 SecureRandom random)
282 SecureRandom random)
315 SecureRandom random)
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/rsa/
CipherSpi.java 10 import java.security.SecureRandom;
278 SecureRandom random)
382 SecureRandom random)
406 SecureRandom random)
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/util/
BaseWrapCipher.java 14 import java.security.SecureRandom;
183 SecureRandom random)
286 SecureRandom random)
319 SecureRandom random)
  /external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
CryptoOps.java 26 import java.security.SecureRandom;
146 SigType sigType, Key signingKey, @Nullable SecureRandom rng, byte[] data)
219 static byte[] generateIv(EncType encType, SecureRandom rng) throws NoSuchAlgorithmException {
245 Key encryptionKey, EncType encType, @Nullable SecureRandom rng, byte[] iv, byte[] plaintext)
  /cts/hostsidetests/shortcuts/deviceside/backup/publisher4old/src/android/content/pm/cts/shortcut/backup/publisher4/
ShortcutManagerPostBackupTest.java 32 import java.security.SecureRandom;
310 final String myIntentAction = "cts-shortcut-intent_" + new SecureRandom().nextInt();

Completed in 1151 milliseconds

1 2 3 4 56 7 8 9