Home
last modified time | relevance | path

Searched refs:SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
D_ssl_data.h1677 #ifdef SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM
1678 {"UNSUPPORTED_COMPRESSION_ALGORITHM", ERR_LIB_SSL, SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM},
/external/python/cpython3/Modules/
D_ssl_data.h1677 #ifdef SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM
1678 {"UNSUPPORTED_COMPRESSION_ALGORITHM", ERR_LIB_SSL, SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM},
/external/boringssl/src/ssl/
Dhandshake_client.cc724 OPENSSL_PUT_ERROR(SSL, SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM); in do_read_server_hello()
/external/boringssl/src/include/openssl/
Dssl.h4913 #define SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM 238 macro