Home
last modified time | relevance | path

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

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DCipherOutputStreamTest.java42 static SecretKeySpec randomKey(String algorithm, int keySizeInBytes) { in randomKey() method in CipherOutputStreamTest
68 this.key = randomKey(algorithm, keySize); in TestVector()
DCipherInputStreamTest.java43 static SecretKeySpec randomKey(String algorithm, int keySizeInBytes) { in randomKey() method in CipherInputStreamTest
69 this.key = randomKey(algorithm, keySize); in TestVector()