Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DHkdfTest.java71 static byte[] randBytes(int numBytes) { in randBytes() method in HkdfTest
79 byte[] ikm = randBytes(20); in testNullSaltOrInfo()
80 byte[] info = randBytes(20); in testNullSaltOrInfo()
87 byte[] salt = randBytes(20); in testNullSaltOrInfo()