Home
last modified time | relevance | path

Searched defs:newCipher (Results 1 – 4 of 4) 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/okio/okio/src/jvmTest/kotlin/okio/
DCipherFactory.kt33 private fun newCipher(): Cipher = Cipher.getInstance(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
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
DCipherFactory.java28 Cipher newCipher(String transformation) throws NoSuchPaddingException, NoSuchAlgorithmException; in newCipher() method