Searched defs:constantTimeArrayEquals (Results 1 – 2 of 2) sorted by relevance
635 private static boolean constantTimeArrayEquals(byte[] a, byte[] b) { in constantTimeArrayEquals() method in D2DSpakeEd25519Handshake
329 static boolean constantTimeArrayEquals(@Nullable byte[] a, @Nullable byte[] b) { in constantTimeArrayEquals() method in CryptoOps