Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/library/
Derror.c389 case -(MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE): in mbedtls_high_level_strerr()
769 if(use_ret == -(MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE)) in mbedtls_strerror()
Dssl_msg.c4496 return( MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE ); in mbedtls_ssl_handle_message_type()
/third_party/mbedtls/scripts/data_files/
Derror.fmt115 if(use_ret == -(MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE))
/third_party/ffmpeg/libavformat/
Dtls_mbedtls.c136 case MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE: in handle_handshake_error()
/third_party/libcoap/src/
Dcoap_mbedtls.c1206 case MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE: in do_mbedtls_handshake()
1604 case MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE: in coap_dtls_send()
1759 case MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE: in coap_dtls_receive()
/third_party/mbedtls/include/mbedtls/
Dssl.h93 #define MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE -0x7780 macro