Home
last modified time | relevance | path

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

/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DOpenJdkCipherFactory.java29 public Cipher newCipher(String transformation) in newCipher() method
36 public Cipher newCipher(String transformation) in newCipher() method
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DCipherFactory.java26 Cipher newCipher(String transformation) throws NoSuchPaddingException, NoSuchAlgorithmException; in newCipher() method
DCipherEncryptBenchmark.java69 cipher = config.cipherFactory().newCipher(tx.toFormattedString()); in EncryptStrategy()