Home
last modified time | relevance | path

Searched refs:newCipher (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
DHandshaker.java669 box = cipher.newCipher(protocolVersion, svrWriteKey, svrWriteIV, in newReadCipher()
674 box = cipher.newCipher(protocolVersion, clntWriteKey, clntWriteIV, in newReadCipher()
689 box = cipher.newCipher(protocolVersion, clntWriteKey, clntWriteIV, in newWriteCipher()
694 box = cipher.newCipher(protocolVersion, svrWriteKey, svrWriteIV, in newWriteCipher()
DCipherSuite.java464 CipherBox newCipher(ProtocolVersion version, SecretKey key, in newCipher() method in CipherSuite.BulkCipher
507 cipher.newCipher(ProtocolVersion.DEFAULT, in isAvailable()