Home
last modified time | relevance | path

Searched refs:SSL_TLSV1_2 (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/
Ds3_lib.c342 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 …]
Dssl_ciph.c233 {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()
Dssl_locl.h313 #define SSL_TLSV1_2 0x00000004L macro
Ds3_clnt.c920 mask_ssl = SSL_TLSV1_2; in ssl3_get_server_hello()
Dt1_lib.c843 c->mask_ssl = SSL_TLSV1_2; in ssl_set_client_disabled()
/external/openssl/ssl/
Ds3_lib.c1084 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 …]
Dssl_ciph.c316 {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()
Dssl_locl.h352 #define SSL_TLSV1_2 0x00000004L macro
Ds3_clnt.c1030 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl3_get_server_hello()
Dssl_lib.c1451 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl_cipher_list_to_bytes()