Searched refs:exportable (Results 1 – 3 of 3) sorted by relevance
115 final boolean exportable; field in CipherSuite137 this.exportable = cipher.exportable; in CipherSuite()175 this.exportable = false; in CipherSuite()421 final boolean exportable; field in CipherSuite.BulkCipher439 this.exportable = true; in BulkCipher()455 this.exportable = false; in BulkCipher()
1019 if (!setupEphemeralRSAKeys(suite.exportable)) { in trySetCipherSuite()1044 setupEphemeralDHKeys(suite.exportable); in trySetCipherSuite()1081 setupEphemeralDHKeys(suite.exportable); in trySetCipherSuite()1125 setupEphemeralDHKeys(suite.exportable); in trySetCipherSuite()
1159 boolean is_exportable = cipherSuite.exportable; in calculateConnectionKeys()