HomeSort by relevance Sort by last modified time
    Searched refs:SSL_ENABLE_SSL3 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/third_party/nss/ssl/
ssl.h 81 ** description of the non-obvious semantics of using SSL_ENABLE_SSL3.
83 #define SSL_ENABLE_SSL3 8 /* enable ssl v3 (on by default) */
353 ** SSL_OptionSet(SSL_ENABLE_SSL3, PR_FALSE) will disable SSL 3.0, and will not
356 ** SSL_OptionSet(SSL_ENABLE_SSL3, PR_TRUE) will enable SSL 3.0, and may also
    [all...]
sslsock.c 537 /* Implements the semantics for SSL_OptionSet(SSL_ENABLE_SSL3, on) described in
643 case SSL_ENABLE_SSL3:
848 case SSL_ENABLE_SSL3:
912 case SSL_ENABLE_SSL3:
1014 case SSL_ENABLE_SSL3:
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_nss.c 255 SSL_OptionSetDefault(SSL_ENABLE_SSL3, PR_FALSE) != SECSuccess ||

Completed in 142 milliseconds