Home
last modified time | relevance | path

Searched refs:TLS_RSA_WITH_IDEA_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.java140 CipherSuite.TLS_RSA_WITH_IDEA_CBC_SHA in testGetBulkEncryptionAlgorithm()
227 CipherSuite.TLS_RSA_WITH_IDEA_CBC_SHA in testGetBlockSize()
313 CipherSuite.TLS_RSA_WITH_IDEA_CBC_SHA in testGetHmacName()
399 CipherSuite.TLS_RSA_WITH_IDEA_CBC_SHA in testGetHashName()
472 assertEquals(20, CipherSuite.TLS_RSA_WITH_IDEA_CBC_SHA.getMACLength()); in testGetMACLength()
510 assertFalse(CipherSuite.TLS_RSA_WITH_IDEA_CBC_SHA in testIsExportable()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_common.h57 #define TLS_RSA_WITH_IDEA_CBC_SHA 0x0007 /* RFC 2246 */ macro