Searched refs:randBytes (Results 1 – 2 of 2) sorted by relevance
29 private fun randBytes(numBytes: Int): ByteArray { in randBytes() method59 val prf = randBytes(32) in identityKeyWithoutSalt_mustBeIdenticalToEmptySalt()
34 private byte @NonNull [] randBytes(int numBytes) { in randBytes() method in IdentityKeyJavaTest67 byte[] prf = randBytes(32); in identityKeyWithoutSalt_mustBeIdenticalToEmptySalt()