Searched refs:cipherArray (Results 1 – 1 of 1) sorted by relevance
102 …private boolean verifyMac(@Nullable byte[] cipherArray, @Nullable byte[] iv, @Nullable byte[] macA… in verifyMac() argument104 if (cipherArray == null || cipherArray.length == 0 || macArray == null in verifyMac()111 return constantTimeArrayEquals(macArray, createMac(cipherArray, iv)); in verifyMac()