Home
last modified time | relevance | path

Searched refs:BulkCipher (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
DCipherSuite.java109 final BulkCipher cipher;
130 KeyExchange keyExchange, BulkCipher cipher, in CipherSuite()
266 KeyExchange keyExchange, BulkCipher cipher, in add()
291 KeyExchange keyExchange, BulkCipher cipher, in add()
309 KeyExchange keyExchange, BulkCipher cipher, boolean allowed) { in add()
392 final static class BulkCipher { class in CipherSuite
395 private final static Map<BulkCipher,Boolean> availableCache =
426 BulkCipher(String transformation, int keySize, in BulkCipher() method in CipherSuite.BulkCipher
442 BulkCipher(String transformation, int keySize, in BulkCipher() method in CipherSuite.BulkCipher
499 private static synchronized boolean isAvailable(BulkCipher cipher) { in isAvailable()
[all …]
DCipherSuiteList.java205 CipherSuite.BulkCipher.clearAvailableCache(); in clearAvailableCache()
DCipherBox.java145 private CipherBox(ProtocolVersion protocolVersion, BulkCipher bulkCipher, in CipherBox()
198 static CipherBox newCipherBox(ProtocolVersion version, BulkCipher cipher, in newCipherBox()
DHandshaker.java666 BulkCipher cipher = cipherSuite.cipher; in newReadCipher()
686 BulkCipher cipher = cipherSuite.cipher; in newWriteCipher()
1160 BulkCipher cipher = cipherSuite.cipher; in calculateConnectionKeys()
DSSLAlgorithmConstraints.java358 protected Set<String> decomposes(BulkCipher bulkCipher) { in decomposes()
DSSLContextImpl.java382 CipherSuite.BulkCipher.clearAvailableCache(); in clearAvailableCache()