Searched refs:macLen (Results 1 – 1 of 1) sorted by relevance
709 int macLen = getMacLength(); in doFinal() local710 if (output == null || output.length-outOffset < macLen) { in doFinal()715 System.arraycopy(mac, 0, output, outOffset, macLen); in doFinal()