Home
last modified time | relevance | path

Searched defs:TLS_RSA_WITH_RC4_128_SHA (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/tlslite/tlslite/
Dconstants.py118 TLS_RSA_WITH_RC4_128_SHA = 0x0005 variable in CipherSuite
/external/wpa_supplicant_8/src/tls/
Dtlsv1_common.h55 #define TLS_RSA_WITH_RC4_128_SHA 0x0005 /* RFC 2246 */ macro