Searched refs:UNWRAP_MODE (Results 1 – 10 of 10) sorted by relevance
110 public static final int UNWRAP_MODE = 4; field in Cipher546 && 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()
41 cip.init(Cipher.UNWRAP_MODE, key); in crypt()
97 else if (state == Cipher.DECRYPT_MODE || state == Cipher.UNWRAP_MODE) in engineGetOutputSize()214 case Cipher.UNWRAP_MODE: in engineInit()
246 case Cipher.UNWRAP_MODE: in engineInit()
164 case Cipher.UNWRAP_MODE: in engineInit()
332 case Cipher.UNWRAP_MODE: in engineInit()
320 case Cipher.UNWRAP_MODE: in engineInit()
513 case Cipher.UNWRAP_MODE: in engineInit()
575 cipher.init(Cipher.UNWRAP_MODE, k, defParams); in unwrapKey()
1212 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()