Searched refs:SSL_R_PROTOCOL_IS_SHUTDOWN (Results 1 – 11 of 11) sorted by relevance
/third_party/boringssl/src/ssl/ |
D | s3_pkt.cc | 138 OPENSSL_PUT_ERROR(SSL, SSL_R_PROTOCOL_IS_SHUTDOWN); in ssl3_write_app_data() 405 OPENSSL_PUT_ERROR(SSL, SSL_R_PROTOCOL_IS_SHUTDOWN); in ssl_send_alert_impl()
|
D | d1_pkt.cc | 196 OPENSSL_PUT_ERROR(SSL, SSL_R_PROTOCOL_IS_SHUTDOWN); in dtls1_write_app_data()
|
D | s3_both.cc | 290 OPENSSL_PUT_ERROR(SSL, SSL_R_PROTOCOL_IS_SHUTDOWN); in ssl3_flush_flight() 305 OPENSSL_PUT_ERROR(SSL, SSL_R_PROTOCOL_IS_SHUTDOWN); in ssl3_flush_flight()
|
D | d1_both.cc | 775 OPENSSL_PUT_ERROR(SSL, SSL_R_PROTOCOL_IS_SHUTDOWN); in send_flight()
|
D | ssl_lib.cc | 1107 OPENSSL_PUT_ERROR(SSL, SSL_R_PROTOCOL_IS_SHUTDOWN); in SSL_write() 1232 OPENSSL_PUT_ERROR(SSL, SSL_R_PROTOCOL_IS_SHUTDOWN); in SSL_send_fatal_alert()
|
/third_party/openssl/include/openssl/ |
D | sslerr.h | 648 # define SSL_R_PROTOCOL_IS_SHUTDOWN 207 macro
|
/third_party/python/Modules/ |
D | _ssl_data.h | 4902 #ifdef SSL_R_PROTOCOL_IS_SHUTDOWN 4903 {"PROTOCOL_IS_SHUTDOWN", ERR_LIB_SSL, SSL_R_PROTOCOL_IS_SHUTDOWN},
|
/third_party/openssl/ssl/ |
D | ssl_err.c | 1040 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_PROTOCOL_IS_SHUTDOWN),
|
D | ssl_lib.c | 1933 SSLerr(SSL_F_SSL_WRITE_INTERNAL, SSL_R_PROTOCOL_IS_SHUTDOWN); in ssl_write_internal()
|
/third_party/boringssl/src/include/openssl/ |
D | ssl.h | 4970 #define SSL_R_PROTOCOL_IS_SHUTDOWN 194 macro
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 2801 SSL_R_PROTOCOL_IS_SHUTDOWN:207:protocol is shutdown
|