Searched defs:getOutputSizeForUpdate (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLCipher.java127 * by {@link #getOutputSizeForUpdate(int)}. The return value must be the
231 abstract int getOutputSizeForUpdate(int inputLen); method in class:OpenSSLCipher
297 final int maximumLen = getOutputSizeForUpdate(inputLen);
327 final int maximumLen = getOutputSizeForUpdate(inputLen);
613 int getOutputSizeForUpdate(int inputLen) { method in class:OpenSSLCipher.EVP_CIPHER
1241 int getOutputSizeForUpdate(int inputLen) { method in class:OpenSSLCipher.EVP_AEAD.AES

Completed in 74 milliseconds