Searched refs:expandedKeySize (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherSuite.java415 final int expandedKeySize; field in class:CipherSuite.BulkCipher
427 int expandedKeySize, int ivSize, boolean allowed) {
438 this.expandedKeySize = expandedKeySize;
454 this.expandedKeySize = keySize;
504 (new byte[cipher.expandedKeySize], cipher.algorithm);
426 BulkCipher(String transformation, int keySize, int expandedKeySize, int ivSize, boolean allowed) argument
H A DHandshaker.java1161 int expandedKeySize = is_exportable ? cipher.expandedKeySize : 0;
1182 cipher.algorithm, cipher.keySize, expandedKeySize,

Completed in 28 milliseconds