Searched refs:coordinateSize (Results 1 – 1 of 1) sorted by relevance
53 int expectedCiphertextLength(String algorithm, int coordinateSize, int messageLength) in expectedCiphertextLength() argument59 return 1 + (2 * coordinateSize) + (messageLength - messageLength % 16 + 16) + 20; in expectedCiphertextLength()