Searched refs:IV (Results 1 – 3 of 3) sorted by relevance
38 private static final byte[] IV = new byte[IV_SIZE]; field in CipherInputStreamBenchmark45 IV[i] = (byte) i;63 spec = new IvParameterSpec(IV); in setUp()
40 private static final byte[] IV = new byte[IV_SIZE]; field in CipherBenchmark47 IV[i] = (byte) i;124 spec = new IvParameterSpec(IV); in setUp()
61 private static final byte[] IV = new byte[] { field in CipherTest266 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in test_initWithAlgorithmParameterSpec()271 assertTrue("IVs differ", Arrays.equals(cipherIV, IV)); in test_initWithAlgorithmParameterSpec()295 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in test_initWithKeyAlgorithmParameterSpecSecureRandom()300 assertTrue("IVs differ", Arrays.equals(cipherIV, IV)); in test_initWithKeyAlgorithmParameterSpecSecureRandom()427 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in test_doFinal()452 assertTrue(Arrays.equals(c.getIV(), IV)); in test_doFinal() local513 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in testDoFinalbyteArrayintintbyteArrayint()629 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in test_doFinalLjava_nio_ByteBufferLjava_nio_ByteBuffer()694 AlgorithmParameterSpec ap = new IvParameterSpec(IV); in test_initWithKeyAlgorithmParameters()[all …]