Searched refs:engineGetIV (Results 1 - 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
H A DNullCipherSpi.java60 protected byte[] engineGetIV() { method in class:NullCipherSpi
H A DCipherSpi.java291 protected abstract byte[] engineGetIV(); method in class:CipherSpi
323 * {@link #engineGetIV() engineGetIV} (if the parameter is an IV).
375 * {@link #engineGetIV() engineGetIV} (if the parameter is an IV).
431 * {@link #engineGetIV() engineGetIV} (if the parameter is an IV).
H A DCipher.java872 return spi.engineGetIV();
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
H A DMyCipher.java72 protected byte[] engineGetIV() { method in class:MyCipher
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherSpiTest.java70 protected byte[] engineGetIV() { method in class:CipherSpiTest.Mock_CipherSpi
71 return super.engineGetIV();
150 byte[] bb = cSpi.engineGetIV();
465 protected byte[] engineGetIV() { method in class:myCipherSpi
H A DCipherOutputStream1Test.java241 protected byte[] engineGetIV() { method in class:CipherOutputStream1Test.CipherSpiThatThrowsOnSecondDoFinal
/libcore/luni/src/test/java/libcore/javax/crypto/
H A DMockCipherSpi.java225 protected byte[] engineGetIV() { method in class:MockCipherSpi

Completed in 36 milliseconds