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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DAEADBlockCipher.java91 public int getUpdateOutputSize(int len); method in interface:AEADBlockCipher
H A DCTSBlockCipher.java46 public int getUpdateOutputSize( method in class:CTSBlockCipher
131 int length = getUpdateOutputSize(len);
H A DCCMBlockCipher.java146 public int getUpdateOutputSize(int len) method in class:CCMBlockCipher
H A DGCMBlockCipher.java184 public int getUpdateOutputSize(int len) method in class:GCMBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DBufferedBlockCipher.java110 public int getUpdateOutputSize( method in class:BufferedBlockCipher
198 int length = getUpdateOutputSize(len);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
H A DPaddedBufferedBlockCipher.java119 public int getUpdateOutputSize( method in class:PaddedBufferedBlockCipher
188 int length = getUpdateOutputSize(len);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBaseBlockCipher.java638 int length = cipher.getUpdateOutputSize(inputLen);
786 public int getUpdateOutputSize(int len); method in interface:BaseBlockCipher.GenericBlockCipher
844 public int getUpdateOutputSize(int len) method in class:BaseBlockCipher.BufferedGenericBlockCipher
846 return cipher.getUpdateOutputSize(len);
901 public int getUpdateOutputSize(int len) method in class:BaseBlockCipher.AEADGenericBlockCipher
903 return cipher.getUpdateOutputSize(len);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEBlockCipher.java650 int length = cipher.getUpdateOutputSize(inputLen);
968 public int getUpdateOutputSize(int len); method in interface:JCEBlockCipher.GenericBlockCipher
1026 public int getUpdateOutputSize(int len) method in class:JCEBlockCipher.BufferedGenericBlockCipher
1028 return cipher.getUpdateOutputSize(len);
1083 public int getUpdateOutputSize(int len) method in class:JCEBlockCipher.AEADGenericBlockCipher
1085 return cipher.getUpdateOutputSize(len);

Completed in 70 milliseconds