HomeSort by relevance Sort by last modified time
    Searched refs:opmode (Results 1 - 16 of 16) sorted by null

  /dalvik/libcore/crypto/src/main/java/javax/crypto/
Cipher.java 446 * {@code opmode}.
458 * @param opmode
468 public final void init(int opmode, Key key) throws InvalidKeyException {
475 init(opmode, key, sec_rand);
484 * {@code opmode}.
496 * @param opmode
508 * if the specified opmode is invalid.
510 public final void init(int opmode, Key key, SecureRandom random)
512 if (opmode != ENCRYPT_MODE && opmode != DECRYPT_MOD
    [all...]
CipherSpi.java 163 * {@code opmode}.
175 * @param opmode
187 protected abstract void engineInit(int opmode, Key key, SecureRandom random)
196 * {@code opmode}.
207 * @param opmode
224 protected abstract void engineInit(int opmode, Key key,
234 * {@code opmode}.
245 * @param opmode
262 protected abstract void engineInit(int opmode, Key key,
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEIESCipher.java 144 int opmode,
155 if (params == null && (opmode == Cipher.ENCRYPT_MODE || opmode == Cipher.WRAP_MODE))
203 this.state = opmode;
207 switch (opmode)
223 int opmode,
253 engineInit(opmode, key, paramSpec, random);
257 int opmode,
262 if (opmode == Cipher.ENCRYPT_MODE || opmode == Cipher.WRAP_MODE
    [all...]
JCEStreamCipher.java 148 int opmode,
225 if ((opmode == Cipher.ENCRYPT_MODE) || (opmode == Cipher.WRAP_MODE))
239 switch (opmode)
255 int opmode,
284 engineInit(opmode, key, paramSpec, random);
289 int opmode,
296 engineInit(opmode, key, (AlgorithmParameterSpec)null, random);
WrapCipherSpi.java 122 int opmode,
159 switch (opmode)
176 int opmode,
206 engineInit(opmode, key, paramSpec, random);
210 int opmode,
217 engineInit(opmode, key, (AlgorithmParameterSpec)null, random);
BrokenJCEBlockCipher.java 223 int opmode,
299 if ((opmode == Cipher.ENCRYPT_MODE) || (opmode == Cipher.WRAP_MODE))
313 switch (opmode)
329 int opmode,
359 engineInit(opmode, key, paramSpec, random);
363 int opmode,
370 engineInit(opmode, key, (AlgorithmParameterSpec)null, random);
JCERSACipher.java 240 int opmode,
325 switch (opmode)
336 throw new InvalidParameterException("unknown opmode " + opmode + " passed to RSA");
341 int opmode,
362 engineInit(opmode, key, paramSpec, random);
366 int opmode,
373 engineInit(opmode, key, (AlgorithmParameterSpec)null, random);
JCEBlockCipher.java 320 int opmode,
485 if ((opmode == Cipher.ENCRYPT_MODE) || (opmode == Cipher.WRAP_MODE))
506 switch (opmode)
517 throw new InvalidParameterException("unknown opmode " + opmode + " passed");
527 int opmode,
556 engineInit(opmode, key, paramSpec, random);
562 int opmode,
569 engineInit(opmode, key, (AlgorithmParameterSpec)null, random)
    [all...]
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/support/
MyCipher.java 82 protected void engineInit(int opmode, Key key, SecureRandom random)
87 protected void engineInit(int opmode, Key key,
93 protected void engineInit(int opmode, Key key, AlgorithmParameters params,
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherSpiTest.java 89 protected void engineInit(int opmode, Key key, SecureRandom random)
91 super.engineInit(opmode, key, random);
95 protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params,
97 super.engineInit(opmode, key, params, random);
101 protected void engineInit(int opmode, Key key, AlgorithmParameters params,
103 super.engineInit(opmode, key, params, random);
381 protected void engineInit(int opmode, Key key, SecureRandom random)
385 protected void engineInit(int opmode, Key key,
390 protected void engineInit(int opmode, Key key, AlgorithmParameters params,
  /dalvik/libcore/crypto/src/main/java/org/apache/harmony/crypto/internal/
NullCipherSpi.java 79 public void engineInit(int opmode, Key key, SecureRandom random)
85 public void engineInit(int opmode, Key key, AlgorithmParameterSpec params,
92 public void engineInit(int opmode, Key key, AlgorithmParameters params,
  /external/qemu/hw/
dma.c 231 int op, ai, dir, opmode; local
235 opmode = (data >> 6) & 3;
237 linfo ("ichan %d, op %d, ai %d, dir %d, opmode %d\n",
238 ichan, op, ai, dir, opmode);
334 int dir, opmode; local
337 opmode = (r->mode >> 6) & 3;
342 if (opmode != 1) {
343 dolog ("DMA not in single mode select %#x\n", opmode);
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
802.11.h 1290 uint16 opmode; member in struct:ht_add_ie
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 249 milliseconds