Searched refs:aadBuffer (Results 1 – 1 of 1) sorted by relevance
645 final ByteBuffer aadBuffer = ByteBuffer.allocate(ESP_HDRLEN); in getCipherText() local646 aadBuffer.putInt(spi); in getCipherText()647 aadBuffer.putInt(seqNum); in getCipherText()652 cipher.updateAAD(aadBuffer.array()); in getCipherText()