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