Home | History | Annotate | Download | only in jsse

Lines Matching defs:cipherSuite

63             CipherSuite cipherSuite = session.cipherSuite;
65 boolean is_exportabe = cipherSuite.isExportable();
66 hash_size = cipherSuite.getMACLength();
68 ? cipherSuite.keyMaterial
69 : cipherSuite.expandedKeyMaterial;
70 int iv_size = cipherSuite.ivSize;
71 block_size = cipherSuite.getBlockSize();
73 String algName = cipherSuite.getBulkEncryptionAlgorithm();
74 String hashName = cipherSuite.getHashName();
132 key_size = cipherSuite.expandedKeyMaterial;