OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSL_OP_NO_SSLv3
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java
259
public static final long
SSL_OP_NO_SSLv3
= 0x02000000L;
359
long optionsToSet = (
SSL_OP_NO_SSLv3
| SSL_OP_NO_TLSv1);
364
optionsToSet &= ~
SSL_OP_NO_SSLv3
;
365
optionsToClear |=
SSL_OP_NO_SSLv3
;
/external/openssl/include/openssl/
ssl.h
573
#define
SSL_OP_NO_SSLv3
0x02000000L
[
all
...]
/external/openssl/ssl/
ssl.h
573
#define
SSL_OP_NO_SSLv3
0x02000000L
[
all
...]
Completed in 40 milliseconds