Searched refs:getUpdateOutputSize (Results 1 – 8 of 8) sorted by relevance
110 public int getUpdateOutputSize( in getUpdateOutputSize() method in BufferedBlockCipher205 int length = getUpdateOutputSize(len); in processBytes()
120 public int getUpdateOutputSize( in getUpdateOutputSize() method in PaddedBufferedBlockCipher189 int length = getUpdateOutputSize(len); in processBytes()
1070 int length = cipher.getUpdateOutputSize(inputLen); in engineUpdate()1107 if (outputOffset + cipher.getUpdateOutputSize(inputLen) > output.length) in engineUpdate()1217 public int getUpdateOutputSize(int len); in getUpdateOutputSize() method1278 public int getUpdateOutputSize(int len) in getUpdateOutputSize() method in BaseBlockCipher.BufferedGenericBlockCipher1280 return cipher.getUpdateOutputSize(len); in getUpdateOutputSize()1373 public int getUpdateOutputSize(int len) in getUpdateOutputSize() method in BaseBlockCipher.AEADGenericBlockCipher1375 return cipher.getUpdateOutputSize(len); in getUpdateOutputSize()
47 public int getUpdateOutputSize( in getUpdateOutputSize() method in CTSBlockCipher132 int length = getUpdateOutputSize(len); in processBytes()
124 public int getUpdateOutputSize(int len); in getUpdateOutputSize() method
175 public int getUpdateOutputSize(int len) in getUpdateOutputSize() method in CCMBlockCipher
249 public int getUpdateOutputSize(int len) in getUpdateOutputSize() method in GCMBlockCipher
1095 public int getUpdateOutputSize(int len)