Searched refs:packLength (Results 1 – 1 of 1) sorted by relevance
153 packLength((long)nonce.length * 8, X, 8); in init()260 packLength((long)A.length * 8, X, 0); in doFinal()261 packLength(totalLength * 8, X, 8); in doFinal()411 private static void packLength(long count, byte[] bs, int off) in packLength() method in GCMBlockCipher