Home
last modified time | relevance | path

Searched refs:TLS_DH_RSA_WITH_DES_CBC_SHA (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.java165 CipherSuite.TLS_DH_RSA_WITH_DES_CBC_SHA in testGetBulkEncryptionAlgorithm()
252 CipherSuite.TLS_DH_RSA_WITH_DES_CBC_SHA in testGetBlockSize()
338 CipherSuite.TLS_DH_RSA_WITH_DES_CBC_SHA in testGetHmacName()
424 CipherSuite.TLS_DH_RSA_WITH_DES_CBC_SHA in testGetHashName()
481 assertEquals(20, CipherSuite.TLS_DH_RSA_WITH_DES_CBC_SHA.getMACLength()); in testGetMACLength()
527 assertFalse(CipherSuite.TLS_DH_RSA_WITH_DES_CBC_SHA in testIsExportable()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_common.h65 #define TLS_DH_RSA_WITH_DES_CBC_SHA 0x000F /* RFC 2246 */ macro