Home
last modified time | relevance | path

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

/libcore/benchmarks/src/benchmarks/regression/
DKeyPairGeneratorBenchmark.java35 public enum Implementation { OpenSSL, BouncyCastle }; enumConstant
46 if (implementation == Implementation.BouncyCastle) { in setUp()
DSignatureBenchmark.java54 public enum Implementation { OpenSSL, BouncyCastle }; enumConstant
98 case BouncyCastle: in timeSign()
117 case BouncyCastle: in timeVerify()
DCipherBenchmark.java80 public enum Implementation { OpenSSL, BouncyCastle }; enumConstant
116 case BouncyCastle: in setUp()
/libcore/luni/src/main/java/java/security/
Dsecurity.properties25 # Android's stripped down BouncyCastle provider
/libcore/expectations/
Dknownfailures.txt1655 …description: "BouncyCastle allows unrecognized algorithms, but RI does not, not clear if this is a…