Searched refs:expandedKeySize (Results 1 – 2 of 2) sorted by relevance
415 final int expandedKeySize; field in CipherSuite.BulkCipher427 int expandedKeySize, int ivSize, boolean allowed) { in BulkCipher() argument438 this.expandedKeySize = expandedKeySize; in BulkCipher()454 this.expandedKeySize = keySize; in BulkCipher()504 (new byte[cipher.expandedKeySize], cipher.algorithm); in isAvailable()
1161 int expandedKeySize = is_exportable ? cipher.expandedKeySize : 0; in calculateConnectionKeys() local1182 cipher.algorithm, cipher.keySize, expandedKeySize, in calculateConnectionKeys()