Searched refs:BulkCipher (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/java/sun/security/ssl/ |
D | CipherSuite.java | 109 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 …]
|
D | CipherSuiteList.java | 205 CipherSuite.BulkCipher.clearAvailableCache(); in clearAvailableCache()
|
D | CipherBox.java | 145 private CipherBox(ProtocolVersion protocolVersion, BulkCipher bulkCipher, in CipherBox() 198 static CipherBox newCipherBox(ProtocolVersion version, BulkCipher cipher, in newCipherBox()
|
D | Handshaker.java | 666 BulkCipher cipher = cipherSuite.cipher; in newReadCipher() 686 BulkCipher cipher = cipherSuite.cipher; in newWriteCipher() 1160 BulkCipher cipher = cipherSuite.cipher; in calculateConnectionKeys()
|
D | SSLAlgorithmConstraints.java | 358 protected Set<String> decomposes(BulkCipher bulkCipher) { in decomposes()
|
D | SSLContextImpl.java | 382 CipherSuite.BulkCipher.clearAvailableCache(); in clearAvailableCache()
|