Searched refs:getCiInput (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/test/com/sun/crypto/provider/CICO/PBEFunc/
H A DCICO_PBE_RW_Test.java93 int len = getCiInput().read(buffer);
96 len = getCiInput().read(buffer);
107 int buffer = getCiInput().read();
110 buffer = getCiInput().read();
H A DCICO_PBE_Test.java92 public CipherInputStream getCiInput() { method in class:CICO_PBE_Test
H A DCICO_PBE_SKIP_Test.java145 try (CipherInputStream ciIn2 = new CipherInputStream(getCiInput(),

Completed in 205 milliseconds