Searched refs:SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5 (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/net/third_party/nss/ssl/ |
D | sslenum.c | 123 SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5,
|
D | sslproto.h | 92 #define SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5 0x0006 macro
|
D | sslinfo.c | 170 {0,CS(SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5), S_RSA, K_RSA, C_RC2, B_40, M_MD5, 0, 1, 0, },
|
D | derive.c | 651 case SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5: in SSL_CanBypass()
|
D | ssl3con.c | 193 { SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5, SSL_ALLOWED, PR_FALSE, PR_FALSE}, 355 {SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5, 661 case SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5: in ssl3_CipherSuiteAllowedForVersionRange()
|