Searched defs:opmode (Results 1 - 21 of 21) sorted by relevance

/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
H A DMyCipher.java80 protected void engineInit(int opmode, Key key, SecureRandom random) argument
85 protected void engineInit(int opmode, Key key, argument
91 protected void engineInit(int opmode, Key key, AlgorithmParameters params, argument
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DCipherSpiTest.java253 protected void engineInit(int opmode, Key key, SecureRandom random) argument
257 protected void engineInit(int opmode, Key key, argument
262 protected void engineInit(int opmode, Key key, AlgorithmParameters params, argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DCipherSpi.java246 int opmode,
258 if (privateKeyOnly && opmode == Cipher.ENCRYPT_MODE)
268 if (publicKeyOnly && opmode == Cipher.ENCRYPT_MODE)
334 switch (opmode)
345 throw new InvalidParameterException("unknown opmode " + opmode + " passed to RSA");
350 int opmode,
371 engineInit(opmode, key, paramSpec, random);
375 int opmode,
382 engineInit(opmode, ke
245 engineInit( int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) argument
349 engineInit( int opmode, Key key, AlgorithmParameters params, SecureRandom random) argument
374 engineInit( int opmode, Key key, SecureRandom random) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBaseStreamCipher.java147 int opmode,
239 if ((opmode == Cipher.ENCRYPT_MODE) || (opmode == Cipher.WRAP_MODE))
255 switch (opmode)
266 throw new InvalidParameterException("unknown opmode " + opmode + " passed");
276 int opmode,
305 engineInit(opmode, key, paramSpec, random);
310 int opmode,
317 engineInit(opmode, ke
146 engineInit( int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) argument
275 engineInit( int opmode, Key key, AlgorithmParameters params, SecureRandom random) argument
309 engineInit( int opmode, Key key, SecureRandom random) argument
[all...]
H A DBaseWrapCipher.java140 int opmode,
188 switch (opmode)
205 int opmode,
235 engineInit(opmode, key, paramSpec, random);
239 int opmode,
246 engineInit(opmode, key, (AlgorithmParameterSpec)null, random);
139 engineInit( int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) argument
204 engineInit( int opmode, Key key, AlgorithmParameters params, SecureRandom random) argument
238 engineInit( int opmode, Key key, SecureRandom random) argument
H A DBaseBlockCipher.java497 int opmode,
836 if ((opmode == Cipher.ENCRYPT_MODE) || (opmode == Cipher.WRAP_MODE))
875 switch (opmode)
886 throw new InvalidParameterException("unknown opmode " + opmode + " passed");
959 int opmode,
993 engineInit(opmode, key, paramSpec, random);
999 int opmode,
1006 engineInit(opmode, ke
496 engineInit( int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) argument
958 engineInit( int opmode, Key key, AlgorithmParameters params, SecureRandom random) argument
998 engineInit( int opmode, Key key, SecureRandom random) argument
[all...]
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLCipherRSA.java154 private void engineInitInternal(int opmode, Key key) throws InvalidKeyException { argument
155 if (opmode == Cipher.ENCRYPT_MODE || opmode == Cipher.WRAP_MODE) {
157 } else if (opmode == Cipher.DECRYPT_MODE || opmode == Cipher.UNWRAP_MODE) {
160 throw new InvalidParameterException("Unsupported opmode " + opmode);
193 protected void engineInit(int opmode, Key key, SecureRandom random) throws InvalidKeyException { argument
194 engineInitInternal(opmode, key);
198 protected void engineInit(int opmode, Ke argument
209 engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random) argument
[all...]
H A DOpenSSLCipher.java259 protected void engineInit(int opmode, Key key, SecureRandom random) throws InvalidKeyException { argument
260 checkAndSetEncodedKey(opmode, key);
270 protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params, argument
272 checkAndSetEncodedKey(opmode, key);
277 protected void engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random) argument
291 engineInit(opmode, key, spec, random);
425 private byte[] checkAndSetEncodedKey(int opmode, Key key) throws InvalidKeyException { argument
426 if (opmode == Cipher.ENCRYPT_MODE || opmode == Cipher.WRAP_MODE) {
428 } else if (opmode
[all...]
/external/mksh/src/
H A Dtree.c301 wdvarput(struct shf *shf, const char *wp, int quotelevel, int opmode) argument
334 if (opmode & WDS_TPUTS) {
369 if (opmode & WDS_TPUTS) {
375 if (opmode & WDS_TPUTS) {
387 wp = wdvarput(shf, wp, 0, opmode);
644 wdstrip(const char *wp, int opmode) argument
649 wdvarput(&shf, wp, 0, opmode);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_bsd.c75 enum ieee80211_opmode opmode; /* operation mode */ member in struct:bsd_driver_data
401 if (drv->opmode == IEEE80211_M_IBSS ||
402 drv->opmode == IEEE80211_M_AHDEMO)
1608 drv->opmode = get80211opmode(drv);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_bsd.c75 enum ieee80211_opmode opmode; /* operation mode */ member in struct:bsd_driver_data
401 if (drv->opmode == IEEE80211_M_IBSS ||
402 drv->opmode == IEEE80211_M_AHDEMO)
1608 drv->opmode = get80211opmode(drv);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_bsd.c75 enum ieee80211_opmode opmode; /* operation mode */ member in struct:bsd_driver_data
401 if (drv->opmode == IEEE80211_M_IBSS ||
402 drv->opmode == IEEE80211_M_AHDEMO)
1608 drv->opmode = get80211opmode(drv);
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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.2.2_r1.2-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/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 143 milliseconds