Searched refs:getUpdateOutputSize (Results 1 - 6 of 6) sorted by relevance

/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/
H A DPaddedBlockCipher.java69 public int getUpdateOutputSize( method in class:PaddedBlockCipher
136 int length = getUpdateOutputSize(len);
H A DCTSBlockCipher.java46 public int getUpdateOutputSize( method in class:CTSBlockCipher
131 int length = getUpdateOutputSize(len);
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
H A DBufferedBlockCipher.java110 public int getUpdateOutputSize( method in class:BufferedBlockCipher
213 int length = getUpdateOutputSize(len);
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/paddings/
H A DPaddedBufferedBlockCipher.java119 public int getUpdateOutputSize( method in class:PaddedBufferedBlockCipher
188 int length = getUpdateOutputSize(len);
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
H A DBrokenJCEBlockCipher.java383 int length = cipher.getUpdateOutputSize(inputLen);
H A DJCEBlockCipher.java582 int length = cipher.getUpdateOutputSize(inputLen);

Completed in 374 milliseconds