Home
last modified time | relevance | path

Searched refs:UNWRAP_MODE (Results 1 – 10 of 10) sorted by relevance

/dalvik/libcore/crypto/src/main/java/javax/crypto/
DCipher.java110 public static final int UNWRAP_MODE = 4; field in Cipher
546 && opmode != UNWRAP_MODE && opmode != WRAP_MODE) { in init()
639 && opmode != UNWRAP_MODE && opmode != WRAP_MODE) { in init()
737 && opmode != UNWRAP_MODE && opmode != WRAP_MODE) { in init()
830 && opmode != UNWRAP_MODE && opmode != WRAP_MODE) { in init()
1394 if (mode != UNWRAP_MODE) { in unwrap()
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DCipherWrapThread.java41 cip.init(Cipher.UNWRAP_MODE, key); in crypt()
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
DJCEIESCipher.java97 else if (state == Cipher.DECRYPT_MODE || state == Cipher.UNWRAP_MODE) in engineGetOutputSize()
214 case Cipher.UNWRAP_MODE: in engineInit()
DJCEStreamCipher.java246 case Cipher.UNWRAP_MODE: in engineInit()
DWrapCipherSpi.java164 case Cipher.UNWRAP_MODE: in engineInit()
DJCERSACipher.java332 case Cipher.UNWRAP_MODE: in engineInit()
DBrokenJCEBlockCipher.java320 case Cipher.UNWRAP_MODE: in engineInit()
DJCEBlockCipher.java513 case Cipher.UNWRAP_MODE: in engineInit()
DJDKPKCS12KeyStore.java575 cipher.init(Cipher.UNWRAP_MODE, k, defParams); in unwrapKey()
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherTest.java1212 c.init(Cipher.UNWRAP_MODE, cipherKeyDES, ap, sr); in test_unwrap$BLjava_lang_StringI()
1224 c.init(Cipher.UNWRAP_MODE, cipherKey, ap, sr); in test_unwrap$BLjava_lang_StringI()