OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CipherFactory
(Results
1 - 6
of
6
) sorted by null
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
CipherFactory.java
25
public interface
CipherFactory
{
CipherEncryptBenchmark.java
40
CipherFactory
cipherFactory
();
69
cipher = config.
cipherFactory
().newCipher(tx.toFormattedString());
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
CipherFactory.java
27
public interface
CipherFactory
{
CipherEncryptBenchmark.java
45
CipherFactory
cipherFactory
();
74
cipher = config.
cipherFactory
().newCipher(tx.toFormattedString());
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
OpenJdkCipherFactory.java
26
public enum OpenJdkCipherFactory implements
CipherFactory
{
JmhCipherEncryptBenchmark.java
67
public
CipherFactory
cipherFactory
() {
Completed in 367 milliseconds