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