Searched refs:getLengthBlock (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/com/sun/crypto/provider/
H A DGaloisCounterMode.java102 private static byte[] getLengthBlock(int ivLenInBytes) { method in class:GaloisCounterMode
116 private static byte[] getLengthBlock(int aLenInBytes, int cLenInBytes) { method in class:GaloisCounterMode
168 byte[] lengthBlock = getLengthBlock(iv.length);
459 getLengthBlock(sizeOfAAD, processed);
558 getLengthBlock(sizeOfAAD, processed);

Completed in 90 milliseconds