Searched refs:TLS_RSA_WITH_NULL_SHA (Results 1 – 2 of 2) sorted by relevance
125 assertNull(CipherSuite.TLS_RSA_WITH_NULL_SHA in testGetBulkEncryptionAlgorithm()212 CipherSuite.TLS_RSA_WITH_NULL_SHA in testGetBlockSize()298 CipherSuite.TLS_RSA_WITH_NULL_SHA in testGetHmacName()384 CipherSuite.TLS_RSA_WITH_NULL_SHA in testGetHashName()467 assertEquals(20, CipherSuite.TLS_RSA_WITH_NULL_SHA.getMACLength()); in testGetMACLength()500 assertTrue(CipherSuite.TLS_RSA_WITH_NULL_SHA in testIsExportable()
52 #define TLS_RSA_WITH_NULL_SHA 0x0002 /* RFC 2246 */ macro