Searched refs:cipher_null (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c296 {cipher_null, calg_null, 0, 0, type_stream, 0, 0, 0, 0},
348 {SSL_NULL_WITH_NULL_NULL, cipher_null, mac_null, kea_null},
349 {SSL_RSA_WITH_NULL_MD5, cipher_null, mac_md5, kea_rsa},
350 {SSL_RSA_WITH_NULL_SHA, cipher_null, mac_sha, kea_rsa},
351 {TLS_RSA_WITH_NULL_SHA256, cipher_null, hmac_sha256, kea_rsa},
443 {TLS_ECDH_ECDSA_WITH_NULL_SHA, cipher_null, mac_sha, kea_ecdh_ecdsa},
449 {TLS_ECDHE_ECDSA_WITH_NULL_SHA, cipher_null, mac_sha, kea_ecdhe_ecdsa},
456 {TLS_ECDH_RSA_WITH_NULL_SHA, cipher_null, mac_sha, kea_ecdh_rsa},
462 {TLS_ECDHE_RSA_WITH_NULL_SHA, cipher_null, mac_sha, kea_ecdhe_rsa},
470 {TLS_ECDH_anon_WITH_NULL_SHA, cipher_null, mac_sh
[all...]
H A Dsslimpl.h473 cipher_null, enumerator in enum:__anon9706

Completed in 405 milliseconds