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