Searched defs:engineGetIV (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/ | ||
D | MyCipher.java | 72 protected byte[] engineGetIV() { in engineGetIV() method in MyCipher |
/libcore/ojluni/src/main/java/javax/crypto/ | ||
D | NullCipherSpi.java | 60 protected byte[] engineGetIV() { in engineGetIV() method in NullCipherSpi |
D | CipherSpi.java | 292 protected abstract byte[] engineGetIV(); in engineGetIV() method in CipherSpi |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ | ||
D | CipherSpiTest.java | 70 protected byte[] engineGetIV() { in engineGetIV() method in CipherSpiTest.Mock_CipherSpi |
D | CipherOutputStream1Test.java | 241 protected byte[] engineGetIV() { in engineGetIV() method in CipherOutputStream1Test.CipherSpiThatThrowsOnSecondDoFinal |
/libcore/luni/src/test/java/libcore/javax/crypto/ | ||
D | MockCipherSpi.java | 225 protected byte[] engineGetIV() { in engineGetIV() method in MockCipherSpi |