Searched refs:MBEDTLS_SSL_ALERT_MSG_CLOSE_NOTIFY (Results 1 – 3 of 3) sorted by relevance
465 #define MBEDTLS_SSL_ALERT_MSG_CLOSE_NOTIFY 0 /* 0x00 */ macro
4500 ssl->in_msg[1] == MBEDTLS_SSL_ALERT_MSG_CLOSE_NOTIFY ) in mbedtls_ssl_handle_message_type()5387 MBEDTLS_SSL_ALERT_MSG_CLOSE_NOTIFY ) ) != 0 ) in mbedtls_ssl_close_notify()
1207 if (m_env->ssl.in_msg[1] != MBEDTLS_SSL_ALERT_MSG_CLOSE_NOTIFY) in do_mbedtls_handshake()