Home
last modified time | relevance | path

Searched refs:TLS_RSA_EXPORT_WITH_RC4_40_MD5 (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DCipherSuiteTest.java129 CipherSuite.TLS_RSA_EXPORT_WITH_RC4_40_MD5 in testGetBulkEncryptionAlgorithm()
216 CipherSuite.TLS_RSA_EXPORT_WITH_RC4_40_MD5 in testGetBlockSize()
302 CipherSuite.TLS_RSA_EXPORT_WITH_RC4_40_MD5 in testGetHmacName()
388 CipherSuite.TLS_RSA_EXPORT_WITH_RC4_40_MD5 in testGetHashName()
469 assertEquals(16, CipherSuite.TLS_RSA_EXPORT_WITH_RC4_40_MD5.getMACLength()); in testGetMACLength()
503 assertTrue(CipherSuite.TLS_RSA_EXPORT_WITH_RC4_40_MD5 in testIsExportable()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_common.h53 #define TLS_RSA_EXPORT_WITH_RC4_40_MD5 0x0003 /* RFC 2246 */ macro