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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherSpiTest.java68 protected byte[] engineGetIV() { method in class:CipherSpiTest.Mock_CipherSpi
69 return super.engineGetIV();
148 byte[] bb = cSpi.engineGetIV();
332 protected byte[] engineGetIV() { method in class:myCipherSpi
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
H A DMyCipher.java71 protected byte[] engineGetIV() { method in class:MyCipher
/libcore/luni/src/main/java/javax/crypto/
H A DCipherSpi.java140 protected abstract byte[] engineGetIV(); method in class:CipherSpi
H A DCipher.java411 return spiImpl.engineGetIV();
/libcore/luni/src/main/java/org/apache/harmony/crypto/internal/
H A DNullCipherSpi.java66 public byte[] engineGetIV() { method in class:NullCipherSpi
/libcore/crypto/src/main/java/org/conscrypt/
H A DOpenSSLCipherRSA.java145 protected byte[] engineGetIV() { method in class:OpenSSLCipherRSA
H A DOpenSSLCipher.java217 protected byte[] engineGetIV() { method in class:OpenSSLCipher

Completed in 182 milliseconds