Home
last modified time | relevance | path

Searched refs:WRAP_MODE (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DCipherWrapThread.java39 cip.init(Cipher.WRAP_MODE, key); in crypt()
/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java293 public static final int WRAP_MODE = 3; field in Cipher
1022 case WRAP_MODE: in getOpmodeString()
1601 ((opmode == Cipher.WRAP_MODE) && in init()
2381 if (opmode != Cipher.WRAP_MODE) { in wrap()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherTest.java802 c.init(Cipher.WRAP_MODE, CIPHER_KEY_DES, ap, new SecureRandom()); in test_unwrap$BLjava_lang_StringI()
918 c.init(Cipher.WRAP_MODE, CIPHER_KEY_DES, ap, new SecureRandom()); in test_wrap_java_security_Key()
929 c.init(Cipher.WRAP_MODE, CIPHER_KEY_DES, ap, new SecureRandom()); in test_wrap_java_security_Key()
944 c.init(Cipher.WRAP_MODE, CIPHER_KEY_DES, ap, new SecureRandom()); in test_wrap_java_security_Key()
/libcore/ojluni/annotations/mmodule/javax/crypto/
DCipher.annotated.java134 public static final int WRAP_MODE = 3; // 0x3 field in Cipher