Searched refs:cipherBytes (Results 1 – 2 of 2) sorted by relevance
95 private final byte[] cipherBytes; field in CipherEncryptBenchmark.ArrayStrategy101 cipherBytes = new byte[outputSize]; in ArrayStrategy()107 return cipher.doFinal(plainBytes, 0, plainBytes.length, cipherBytes, 0); in encrypt()
100 private final byte[] cipherBytes; field in CipherEncryptBenchmark.ArrayStrategy106 cipherBytes = new byte[outputSize]; in ArrayStrategy()112 return cipher.doFinal(plainBytes, 0, plainBytes.length, cipherBytes, 0); in encrypt()