OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newCipher
(Results
1 - 5
of
5
) sorted by null
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
CipherFactory.java
26
Cipher
newCipher
(String transformation) throws NoSuchPaddingException, NoSuchAlgorithmException;
CipherEncryptBenchmark.java
69
cipher = config.cipherFactory().
newCipher
(tx.toFormattedString());
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
CipherFactory.java
28
Cipher
newCipher
(String transformation) throws NoSuchPaddingException, NoSuchAlgorithmException;
CipherEncryptBenchmark.java
74
cipher = config.cipherFactory().
newCipher
(tx.toFormattedString());
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
OpenJdkCipherFactory.java
29
public Cipher
newCipher
(String transformation)
36
public Cipher
newCipher
(String transformation)
Completed in 1173 milliseconds