Home
last modified time | relevance | path

Searched refs:SSL3_AD_CLOSE_NOTIFY (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/ssl/
Dssl_stat.c255 case SSL3_AD_CLOSE_NOTIFY: in SSL_alert_desc_string()
323 case SSL3_AD_CLOSE_NOTIFY: in SSL_alert_desc_string_long()
Ds3_enc.c527 return SSL3_AD_CLOSE_NOTIFY; in ssl3_alert_code()
Dt1_enc.c610 return SSL3_AD_CLOSE_NOTIFY; in tls1_alert_code()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl3.h22 # define SSL3_AD_CLOSE_NOTIFY 0 macro
/third_party/openssl/include/openssl/
Dssl3.h240 # define SSL3_AD_CLOSE_NOTIFY 0 macro
Dssl.h1131 # define SSL_AD_CLOSE_NOTIFY SSL3_AD_CLOSE_NOTIFY
/third_party/libcoap/src/
Dcoap_openssl.c572 if ((ret & 0xff) != SSL3_AD_CLOSE_NOTIFY) in coap_dtls_info_callback()