Home
last modified time | relevance | path

Searched defs:engineGetIV (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
DMyCipher.java72 protected byte[] engineGetIV() { in engineGetIV() method in MyCipher
/libcore/ojluni/src/main/java/javax/crypto/
DNullCipherSpi.java60 protected byte[] engineGetIV() { in engineGetIV() method in NullCipherSpi
DCipherSpi.java292 protected abstract byte[] engineGetIV(); in engineGetIV() method in CipherSpi
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherSpiTest.java70 protected byte[] engineGetIV() { in engineGetIV() method in CipherSpiTest.Mock_CipherSpi
501 protected byte[] engineGetIV() { in engineGetIV() method in myCipherSpi
DCipherOutputStream1Test.java241 protected byte[] engineGetIV() { in engineGetIV() method in CipherOutputStream1Test.CipherSpiThatThrowsOnSecondDoFinal
/libcore/luni/src/test/java/libcore/javax/crypto/
DMockCipherSpi.java225 protected byte[] engineGetIV() { in engineGetIV() method in MockCipherSpi