Home
last modified time | relevance | path

Searched refs:opmode (Results 1 – 20 of 20) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLCipherRSA.java154 private void engineInitInternal(int opmode, Key key) throws InvalidKeyException { in engineInitInternal() argument
155 if (opmode == Cipher.ENCRYPT_MODE || opmode == Cipher.WRAP_MODE) { in engineInitInternal()
157 } else if (opmode == Cipher.DECRYPT_MODE || opmode == Cipher.UNWRAP_MODE) { in engineInitInternal()
160 throw new InvalidParameterException("Unsupported opmode " + opmode); in engineInitInternal()
193 protected void engineInit(int opmode, Key key, SecureRandom random) throws InvalidKeyException { in engineInit() argument
194 engineInitInternal(opmode, key); in engineInit()
198 protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params, in engineInit() argument
205 engineInitInternal(opmode, key); in engineInit()
209 protected void engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random) in engineInit() argument
216 engineInitInternal(opmode, key); in engineInit()
DOpenSSLCipher.java259 protected void engineInit(int opmode, Key key, SecureRandom random) throws InvalidKeyException { in engineInit() argument
260 checkAndSetEncodedKey(opmode, key); in engineInit()
270 protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params, in engineInit() argument
272 checkAndSetEncodedKey(opmode, key); in engineInit()
277 protected void engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random) in engineInit() argument
291 engineInit(opmode, key, spec, random); in engineInit()
425 private byte[] checkAndSetEncodedKey(int opmode, Key key) throws InvalidKeyException { in checkAndSetEncodedKey() argument
426 if (opmode == Cipher.ENCRYPT_MODE || opmode == Cipher.WRAP_MODE) { in checkAndSetEncodedKey()
428 } else if (opmode == Cipher.DECRYPT_MODE || opmode == Cipher.UNWRAP_MODE) { in checkAndSetEncodedKey()
431 throw new InvalidParameterException("Unsupported opmode " + opmode); in checkAndSetEncodedKey()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseStreamCipher.java147 int opmode, in engineInit() argument
239 if ((opmode == Cipher.ENCRYPT_MODE) || (opmode == Cipher.WRAP_MODE)) in engineInit()
255 switch (opmode) in engineInit()
266 throw new InvalidParameterException("unknown opmode " + opmode + " passed"); in engineInit()
276 int opmode, in engineInit() argument
305 engineInit(opmode, key, paramSpec, random); in engineInit()
310 int opmode, in engineInit() argument
317 engineInit(opmode, key, (AlgorithmParameterSpec)null, random); in engineInit()
DBaseWrapCipher.java140 int opmode, in engineInit() argument
188 switch (opmode) in engineInit()
205 int opmode, in engineInit() argument
235 engineInit(opmode, key, paramSpec, random); in engineInit()
239 int opmode, in engineInit() argument
246 engineInit(opmode, key, (AlgorithmParameterSpec)null, random); in engineInit()
DBaseBlockCipher.java497 int opmode, in engineInit() argument
836 if ((opmode == Cipher.ENCRYPT_MODE) || (opmode == Cipher.WRAP_MODE)) in engineInit()
875 switch (opmode) in engineInit()
886 throw new InvalidParameterException("unknown opmode " + opmode + " passed"); in engineInit()
959 int opmode, in engineInit() argument
993 engineInit(opmode, key, paramSpec, random); in engineInit()
999 int opmode, in engineInit() argument
1006 engineInit(opmode, key, (AlgorithmParameterSpec)null, random); in engineInit()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DCipherSpi.java246 int opmode, in engineInit() argument
258 if (privateKeyOnly && opmode == Cipher.ENCRYPT_MODE) in engineInit()
268 if (publicKeyOnly && opmode == Cipher.ENCRYPT_MODE) in engineInit()
334 switch (opmode) in engineInit()
345 throw new InvalidParameterException("unknown opmode " + opmode + " passed to RSA"); in engineInit()
350 int opmode, in engineInit() argument
371 engineInit(opmode, key, paramSpec, random); in engineInit()
375 int opmode, in engineInit() argument
382 engineInit(opmode, key, (AlgorithmParameterSpec)null, random); in engineInit()
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
DMyCipher.java80 protected void engineInit(int opmode, Key key, SecureRandom random) in engineInit() argument
85 protected void engineInit(int opmode, Key key, in engineInit() argument
91 protected void engineInit(int opmode, Key key, AlgorithmParameters params, in engineInit() argument
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
DCipherSpiTest.java253 protected void engineInit(int opmode, Key key, SecureRandom random) in engineInit() argument
257 protected void engineInit(int opmode, Key key, in engineInit() argument
262 protected void engineInit(int opmode, Key key, AlgorithmParameters params, in engineInit() argument
/external/mksh/src/
Dtree.c301 wdvarput(struct shf *shf, const char *wp, int quotelevel, int opmode) in wdvarput() argument
334 if (opmode & WDS_TPUTS) { in wdvarput()
369 if (opmode & WDS_TPUTS) { in wdvarput()
375 if (opmode & WDS_TPUTS) { in wdvarput()
387 wp = wdvarput(shf, wp, 0, opmode); in wdvarput()
644 wdstrip(const char *wp, int opmode) in wdstrip() argument
649 wdvarput(&shf, wp, 0, opmode); in wdstrip()
/external/autotest/client/tests/kvm/unattended/
Dwin2003-64.sif62 Command2 = "cmd /c netsh firewall set opmode disable"
Dwin2003-32.sif62 Command2 = "cmd /c netsh firewall set opmode disable"
/external/autotest/client/tests/kvm/deps/
Dsetuprss.bat7 netsh firewall set opmode disable
/external/wpa_supplicant_8/src/drivers/
Ddriver_bsd.c75 enum ieee80211_opmode opmode; /* operation mode */ member
401 if (drv->opmode == IEEE80211_M_IBSS || in bsd_set_key()
402 drv->opmode == IEEE80211_M_AHDEMO) in bsd_set_key()
1608 drv->opmode = get80211opmode(drv); in wpa_driver_bsd_init()
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...