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.java138 CipherSuite.TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 in testGetBulkEncryptionAlgorithm()
225 CipherSuite.TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 in testGetBlockSize()
311 CipherSuite.TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 in testGetHmacName()
397 CipherSuite.TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 in testGetHashName()
472 assertEquals(16, CipherSuite.TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5.getMACLength()); in testGetMACLength()
509 assertTrue(CipherSuite.TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 in testIsExportable()
DSSLSessionContextImplTest.java40 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