Home
last modified time | relevance | path

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

/libcore/benchmarks/src/benchmarks/regression/
DCipherBenchmark.java91 private String cipherAlgorithm; field in CipherBenchmark
103 cipherAlgorithm = algorithm.toString() + "/" + mode.toString() + "/" in setUp()
130 cipherEncrypt = Cipher.getInstance(cipherAlgorithm, providerName); in setUp()
133 cipherDecrypt = Cipher.getInstance(cipherAlgorithm, providerName); in setUp()