Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl_data.h1457 #ifdef SSL_R_TLSV1_ALERT_PROTOCOL_VERSION
1458 {"TLSV1_ALERT_PROTOCOL_VERSION", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_PROTOCOL_VERSION},
/external/python/cpython3/Modules/
D_ssl_data.h1457 #ifdef SSL_R_TLSV1_ALERT_PROTOCOL_VERSION
1458 {"TLSV1_ALERT_PROTOCOL_VERSION", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_PROTOCOL_VERSION},
/external/boringssl/src/include/openssl/
Dssl.h4997 #define SSL_R_TLSV1_ALERT_PROTOCOL_VERSION 1070 macro