Searched refs:SSL_SSLV3 (Results 1 – 6 of 6) sorted by relevance
/external/openssl/ssl/ |
D | s3_lib.c | 182 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 …]
|
D | ssl_locl.h | 350 #define SSL_SSLV3 0x00000002L macro 351 #define SSL_TLSV1 SSL_SSLV3 /* for now */
|
D | ssl_ciph.c | 314 {0,SSL_TXT_SSLV3,0, 0,0,0,0,SSL_SSLV3, 0,0,0,0}, 1567 else if (alg_ssl & SSL_SSLV3) in SSL_CIPHER_description()
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | s3_lib.c | 180 SSL_SSLV3, 196 SSL_SSLV3, 212 SSL_SSLV3, 230 SSL_SSLV3,
|
D | ssl_ciph.c | 231 {0,SSL_TXT_SSLV3,0, 0,0,0,0,SSL_SSLV3, 0,0,0,0}, 1228 if (alg_ssl & SSL_SSLV3) in SSL_CIPHER_description()
|
D | ssl_locl.h | 311 #define SSL_SSLV3 0x00000002L macro 312 #define SSL_TLSV1 SSL_SSLV3 /* for now */
|