Home
last modified time | relevance | path

Searched refs:TLS_RSA_WITH_NULL_SHA256 (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
Dsslenum.c133 TLS_RSA_WITH_NULL_SHA256,
Dsslproto.h136 #define TLS_RSA_WITH_NULL_SHA256 0x003B macro
Dsslinfo.c171 {0,CS(TLS_RSA_WITH_NULL_SHA256), S_RSA, K_RSA, C_NULL,B_0, M_SHA256, 0, 1, 0, },
Dssl3con.c203 { TLS_RSA_WITH_NULL_SHA256, SSL_ALLOWED, PR_FALSE, PR_FALSE},
351 {TLS_RSA_WITH_NULL_SHA256, cipher_null, hmac_sha256, kea_rsa},
683 case TLS_RSA_WITH_NULL_SHA256: in ssl3_CipherSuiteAllowedForVersionRange()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_common.h90 #define TLS_RSA_WITH_NULL_SHA256 0x003B /* RFC 5246 */ macro