Home
last modified time | relevance | path

Searched refs:cipherBytes (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DCipherEncryptBenchmark.java95 private final byte[] cipherBytes; field in CipherEncryptBenchmark.ArrayStrategy
101 cipherBytes = new byte[outputSize]; in ArrayStrategy()
107 return cipher.doFinal(plainBytes, 0, plainBytes.length, cipherBytes, 0); in encrypt()
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
DCipherEncryptBenchmark.java100 private final byte[] cipherBytes; field in CipherEncryptBenchmark.ArrayStrategy
106 cipherBytes = new byte[outputSize]; in ArrayStrategy()
112 return cipher.doFinal(plainBytes, 0, plainBytes.length, cipherBytes, 0); in encrypt()