Searched refs:plainBytes (Results 1 – 2 of 2) sorted by relevance
94 private final byte[] plainBytes; field in CipherEncryptBenchmark.ArrayStrategy100 plainBytes = newMessage(); in ArrayStrategy()107 return cipher.doFinal(plainBytes, 0, plainBytes.length, cipherBytes, 0); in encrypt()
99 private final byte[] plainBytes; field in CipherEncryptBenchmark.ArrayStrategy105 plainBytes = newMessage(); in ArrayStrategy()112 return cipher.doFinal(plainBytes, 0, plainBytes.length, cipherBytes, 0); in encrypt()