Home
last modified time | relevance | path

Searched refs:TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
Dsslenum.c62 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,
Dsslproto.h204 #define TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA 0xC013 macro
Dssl3ecc.c915 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,
936 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,
Dsslinfo.c204 {0,CS(TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA), S_RSA, K_ECDHE, C_AES, B_128, M_SHA, 1, 0, 0, },
Dssl3con.c131 { TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, SSL_ALLOWED, PR_FALSE, PR_FALSE},
465 {TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, cipher_aes_128, mac_sha, kea_ecdhe_rsa},
/external/chromium_org/third_party/boringssl/src/ssl/test/runner/
Drunner.go814 {"ECDHE-RSA-AES128-SHA", TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA},
938 CipherSuites: []uint16{TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA},
948 CipherSuites: []uint16{TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA},
961 CipherSuites: []uint16{TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA},
979 CipherSuites: []uint16{TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA},
993 CipherSuites: []uint16{TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA},
Dcipher_suites.go89 {TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, 16, 20, 16, ecdheRSAKA, suiteECDHE, cipherAES, macSHA1, nil},
355 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA uint16 = 0xc013 const