Home
last modified time | relevance | path

Searched refs:getUnderlyingCipher (Results 1 – 11 of 11) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseBlockCipher.java150 baseEngine = engine.getUnderlyingCipher(); in BaseBlockCipher()
169 baseEngine = engine.getUnderlyingCipher(); in BaseBlockCipher()
220 String name = cipher.getUnderlyingCipher().getAlgorithmName(); in engineGetParameters()
402 … cipher = new BufferedGenericBlockCipher(new BufferedBlockCipher(cipher.getUnderlyingCipher())); in engineSetPadding()
407 … cipher = new BufferedGenericBlockCipher(new CTSBlockCipher(cipher.getUnderlyingCipher())); in engineSetPadding()
419 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher()); in engineSetPadding()
423 … cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ZeroBytePadding()); in engineSetPadding()
427 … cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO10126d2Padding()); in engineSetPadding()
431 … cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new X923Padding()); in engineSetPadding()
435 … cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO7816d4Padding()); in engineSetPadding()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DCTSBlockCipher.java225 BlockCipher c = ((CBCBlockCipher)cipher).getUnderlyingCipher(); in doFinal()
254 BlockCipher c = ((CBCBlockCipher)cipher).getUnderlyingCipher(); in doFinal()
DAEADBlockCipher.java46 public BlockCipher getUnderlyingCipher(); in getUnderlyingCipher() method
DCBCBlockCipher.java44 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in CBCBlockCipher
DCCMBlockCipher.java58 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in CCMBlockCipher
DGCMBlockCipher.java76 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in GCMBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DStreamBlockCipher.java22 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in StreamBlockCipher
DBufferedBlockCipher.java66 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in BufferedBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
DPKCS1Encoding.java104 public AsymmetricBlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in PKCS1Encoding
DOAEPEncoding.java70 public AsymmetricBlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in OAEPEncoding
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...