Home
last modified time | relevance | path

Searched refs:TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DCipherSuiteTest.java137 CipherSuite.TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 in testGetBulkEncryptionAlgorithm()
224 CipherSuite.TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 in testGetBlockSize()
310 CipherSuite.TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 in testGetHmacName()
396 CipherSuite.TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 in testGetHashName()
471 assertEquals(16, CipherSuite.TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5.getMACLength()); in testGetMACLength()
508 assertTrue(CipherSuite.TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 in testIsExportable()
DSSLSessionContextImplTest.java39 CipherSuite.TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5, sr); in testSSLSessionContextImpl()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_common.h56 #define TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 0x0006 /* RFC 2246 */ macro