Searched refs:SSL_TLSV1_2 (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | s3_lib.c | 342 SSL_TLSV1_2, 358 SSL_TLSV1_2, 376 SSL_TLSV1_2, 392 SSL_TLSV1_2, 408 SSL_TLSV1_2, 424 SSL_TLSV1_2, 491 SSL_TLSV1_2, 507 SSL_TLSV1_2, 524 SSL_TLSV1_2, 540 SSL_TLSV1_2, [all …]
|
D | ssl_ciph.c | 233 {0,SSL_TXT_TLSV1_2,0, 0,0,0,0,SSL_TLSV1_2, 0,0,0,0}, 1230 else if (alg_ssl & SSL_TLSV1_2) in SSL_CIPHER_description()
|
D | ssl_locl.h | 313 #define SSL_TLSV1_2 0x00000004L macro
|
D | s3_clnt.c | 920 mask_ssl = SSL_TLSV1_2; in ssl3_get_server_hello()
|
D | t1_lib.c | 843 c->mask_ssl = SSL_TLSV1_2; in ssl_set_client_disabled()
|
/external/openssl/ssl/ |
D | s3_lib.c | 1084 SSL_TLSV1_2, 1100 SSL_TLSV1_2, 1116 SSL_TLSV1_2, 1132 SSL_TLSV1_2, 1148 SSL_TLSV1_2, 1164 SSL_TLSV1_2, 1398 SSL_TLSV1_2, 1414 SSL_TLSV1_2, 1430 SSL_TLSV1_2, 1446 SSL_TLSV1_2, [all …]
|
D | ssl_ciph.c | 316 {0,SSL_TXT_TLSV1_2,0, 0,0,0,0,SSL_TLSV1_2, 0,0,0,0}, 1569 else if (alg_ssl & SSL_TLSV1_2) in SSL_CIPHER_description()
|
D | ssl_locl.h | 352 #define SSL_TLSV1_2 0x00000004L macro
|
D | s3_clnt.c | 1030 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl3_get_server_hello()
|
D | ssl_lib.c | 1451 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl_cipher_list_to_bytes()
|