Searched refs:readCipher (Results 1 – 2 of 2) sorted by relevance
281 private CipherBox readCipher, writeCipher; field in SSLEngineImpl372 readCipher = CipherBox.NULL; in init()575 CipherBox oldCipher = readCipher; in changeReadCiphers()578 readCipher = handshaker.newReadCipher(); in changeReadCiphers()953 decryptedBB = inputRecord.decrypt(readMAC, readCipher, readBB); in readRecord()1491 readCipher.dispose(); in closeInboundInternal()1692 readCipher.dispose(); in fatal()
301 private CipherBox readCipher, writeCipher; field in SSLSocketImpl566 readCipher = CipherBox.NULL; in init()969 r.decrypt(readMAC, readCipher); in readRecord()1729 readCipher.dispose(); in disposeCiphers()1900 readCipher.dispose(); in fatal()2040 CipherBox oldCipher = readCipher; in changeReadCiphers()2043 readCipher = handshaker.newReadCipher(); in changeReadCiphers()