Home
last modified time | relevance | path

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

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DCipherOutputStreamTest.java46 static AlgorithmParameterSpec randomParameters( in randomParameters() method in CipherOutputStreamTest
69 this.params = randomParameters(algorithm, ivSize, tagSize); in TestVector()
DCipherInputStreamTest.java47 static AlgorithmParameterSpec randomParameters( in randomParameters() method in CipherInputStreamTest
70 this.params = randomParameters(algorithm, ivSize, tagSize); in TestVector()