Searched refs:readCipher (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLEngineImpl.java281 private CipherBox readCipher, writeCipher; field in class:SSLEngineImpl
372 readCipher = CipherBox.NULL;
575 CipherBox oldCipher = readCipher;
578 readCipher = handshaker.newReadCipher();
953 decryptedBB = inputRecord.decrypt(readMAC, readCipher, readBB);
1491 readCipher.dispose();
1692 readCipher.dispose();
H A DSSLSocketImpl.java301 private CipherBox readCipher, writeCipher; field in class:SSLSocketImpl
566 readCipher = CipherBox.NULL;
969 r.decrypt(readMAC, readCipher);
1729 readCipher.dispose();
1900 readCipher.dispose();
2040 CipherBox oldCipher = readCipher;
2043 readCipher = handshaker.newReadCipher();

Completed in 48 milliseconds