Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl_data.h1447 #ifdef SSL_R_TLSV1_ALERT_INTERNAL_ERROR
1448 {"TLSV1_ALERT_INTERNAL_ERROR", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_INTERNAL_ERROR},
/external/python/cpython3/Modules/
D_ssl_data.h1447 #ifdef SSL_R_TLSV1_ALERT_INTERNAL_ERROR
1448 {"TLSV1_ALERT_INTERNAL_ERROR", ERR_LIB_SSL, SSL_R_TLSV1_ALERT_INTERNAL_ERROR},
/external/boringssl/src/include/openssl/
Dssl.h4999 #define SSL_R_TLSV1_ALERT_INTERNAL_ERROR 1080 macro