Home
last modified time | relevance | path

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

/credentials/credentials-e2ee/src/androidTest/java/androidx/credentials/e2ee/
DIdentityKeyTest.kt29 private fun randBytes(numBytes: Int): ByteArray { in randBytes() method
59 val prf = randBytes(32) in identityKeyWithoutSalt_mustBeIdenticalToEmptySalt()
DIdentityKeyJavaTest.java34 private byte @NonNull [] randBytes(int numBytes) { in randBytes() method in IdentityKeyJavaTest
67 byte[] prf = randBytes(32); in identityKeyWithoutSalt_mustBeIdenticalToEmptySalt()