Home
last modified time | relevance | path

Searched refs:cipherFactory (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DCipherEncryptBenchmark.java40 CipherFactory cipherFactory(); in cipherFactory() method
69 cipher = config.cipherFactory().newCipher(tx.toFormattedString()); in EncryptStrategy()
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
DCipherEncryptBenchmark.java45 CipherFactory cipherFactory(); in cipherFactory() method
74 cipher = config.cipherFactory().newCipher(tx.toFormattedString()); in EncryptStrategy()
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DJmhCipherEncryptBenchmark.java67 public CipherFactory cipherFactory() { in cipherFactory() method in JmhCipherEncryptBenchmark.JmhConfig