Searched refs:getUpdateOutputSize (Results 1 – 7 of 7) sorted by relevance
630 int length = cipher.getUpdateOutputSize(inputLen); in engineUpdate()970 public int getUpdateOutputSize(int len); in getUpdateOutputSize() method1028 public int getUpdateOutputSize(int len) in getUpdateOutputSize() method in JCEBlockCipher.BufferedGenericBlockCipher1030 return cipher.getUpdateOutputSize(len); in getUpdateOutputSize()1085 public int getUpdateOutputSize(int len) in getUpdateOutputSize() method in JCEBlockCipher.AEADGenericBlockCipher1087 return cipher.getUpdateOutputSize(len); in getUpdateOutputSize()
110 public int getUpdateOutputSize( in getUpdateOutputSize() method in BufferedBlockCipher198 int length = getUpdateOutputSize(len); in processBytes()
119 public int getUpdateOutputSize( in getUpdateOutputSize() method in PaddedBufferedBlockCipher188 int length = getUpdateOutputSize(len); in processBytes()
46 public int getUpdateOutputSize( in getUpdateOutputSize() method in CTSBlockCipher131 int length = getUpdateOutputSize(len); in processBytes()
91 public int getUpdateOutputSize(int len); in getUpdateOutputSize() method
146 public int getUpdateOutputSize(int len) in getUpdateOutputSize() method in CCMBlockCipher
179 public int getUpdateOutputSize(int len) in getUpdateOutputSize() method in GCMBlockCipher