Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_SSL_VERSION_MISMATCH (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Derror.c478 case -(MBEDTLS_ERR_SSL_VERSION_MISMATCH): in mbedtls_high_level_strerr()
H A Dssl_tls.c4470 return MBEDTLS_ERR_SSL_VERSION_MISMATCH; in ssl_session_load()
5344 return MBEDTLS_ERR_SSL_VERSION_MISMATCH; in ssl_context_load()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dssl.h166 #define MBEDTLS_ERR_SSL_VERSION_MISMATCH -0x5F00 macro