Home
last modified time | relevance | path

Searched refs:SSL_SSLV3 (Results 1 – 3 of 3) sorted by relevance

/external/openssl/ssl/
Ds3_lib.c182 SSL_SSLV3,
198 SSL_SSLV3,
214 SSL_SSLV3,
230 SSL_SSLV3,
246 SSL_SSLV3,
262 SSL_SSLV3,
279 SSL_SSLV3,
296 SSL_SSLV3,
312 SSL_SSLV3,
328 SSL_SSLV3,
[all …]
Dssl_locl.h332 #define SSL_SSLV3 0x00000002L macro
333 #define SSL_TLSV1 SSL_SSLV3 /* for now */
Dssl_ciph.c302 {0,SSL_TXT_SSLV3,0, 0,0,0,0,SSL_SSLV3, 0,0,0,0},
1482 else if (alg_ssl & SSL_SSLV3) in SSL_CIPHER_description()