OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enableSSL2
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/third_party/nss/ssl/
sslsock.c
72
PR_FALSE, /*
enableSSL2
*/ /* now defaults to off in NSS 3.13 */
668
ss->opt.
enableSSL2
= on;
702
ss->opt.
enableSSL2
= on;
851
case SSL_ENABLE_SSL2: on = ss->opt.
enableSSL2
; break;
915
case SSL_ENABLE_SSL2: on = ssl_defaults.
enableSSL2
; break;
1019
ssl_defaults.
enableSSL2
= on;
1040
ssl_defaults.
enableSSL2
= on;
[
all
...]
sslcon.c
158
allowed = !ss->opt.
enableSSL2
? 0 :
194
allowed = !ss->opt.
enableSSL2
? 0 :
239
ss->opt.
enableSSL2
= PR_FALSE; /* not really enabled if no ciphers */
250
if (!ss->opt.
enableSSL2
&& SSL3_ALL_VERSIONS_DISABLED(&ss->vrange)) {
[
all
...]
sslimpl.h
321
unsigned int
enableSSL2
: 1; /* 8 */
[
all
...]
Completed in 35 milliseconds