Searched refs:ARC4 (Results 1 - 6 of 6) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DARC4.java12 public final class ARC4 class
14 private ARC4() method in class:ARC4
33 super("ARC4", 128, new CipherKeyGenerator());
90 private static final String PREFIX = ARC4.class.getName();
98 provider.addAlgorithm("Cipher.ARC4", PREFIX + "$Base");
99 provider.addAlgorithm("Alg.Alias.Cipher", PKCSObjectIdentifiers.rc4, "ARC4");
100 provider.addAlgorithm("Alg.Alias.Cipher.ARCFOUR", "ARC4");
101 provider.addAlgorithm("Alg.Alias.Cipher.RC4", "ARC4");
102 provider.addAlgorithm("KeyGenerator.ARC4", PREFIX + "$KeyGen");
103 provider.addAlgorithm("Alg.Alias.KeyGenerator.RC4", "ARC4");
[all...]
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLCipher.java923 public static class ARC4 extends EVP_CIPHER { class in class:OpenSSLCipher.EVP_CIPHER
924 public ARC4() { method in class:OpenSSLCipher.EVP_CIPHER.ARC4
925 // Modes and padding don't make sense for ARC4.
945 throw new NoSuchAlgorithmException("ARC4 does not support modes");
950 throw new NoSuchPaddingException("ARC4 does not support padding");
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 100 milliseconds