Home
last modified time | relevance | path

Searched refs:getUpdateOutputSize (Results 1 – 7 of 7) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DJCEBlockCipher.java630 int length = cipher.getUpdateOutputSize(inputLen); in engineUpdate()
970 public int getUpdateOutputSize(int len); in getUpdateOutputSize() method
1028 public int getUpdateOutputSize(int len) in getUpdateOutputSize() method in JCEBlockCipher.BufferedGenericBlockCipher
1030 return cipher.getUpdateOutputSize(len); in getUpdateOutputSize()
1085 public int getUpdateOutputSize(int len) in getUpdateOutputSize() method in JCEBlockCipher.AEADGenericBlockCipher
1087 return cipher.getUpdateOutputSize(len); in getUpdateOutputSize()
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/
DBufferedBlockCipher.java110 public int getUpdateOutputSize( in getUpdateOutputSize() method in BufferedBlockCipher
198 int length = getUpdateOutputSize(len); in processBytes()
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/paddings/
DPaddedBufferedBlockCipher.java119 public int getUpdateOutputSize( in getUpdateOutputSize() method in PaddedBufferedBlockCipher
188 int length = getUpdateOutputSize(len); in processBytes()
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
DCTSBlockCipher.java46 public int getUpdateOutputSize( in getUpdateOutputSize() method in CTSBlockCipher
131 int length = getUpdateOutputSize(len); in processBytes()
DAEADBlockCipher.java91 public int getUpdateOutputSize(int len); in getUpdateOutputSize() method
DCCMBlockCipher.java146 public int getUpdateOutputSize(int len) in getUpdateOutputSize() method in CCMBlockCipher
DGCMBlockCipher.java179 public int getUpdateOutputSize(int len) in getUpdateOutputSize() method in GCMBlockCipher