Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls13_server.c818 MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION); in ssl_tls13_parse_supported_versions_ext()
819 return MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION; in ssl_tls13_parse_supported_versions_ext()
1308 MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION); in ssl_tls13_parse_client_hello()
1309 return MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION; in ssl_tls13_parse_client_hello()
1974 MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION); in ssl_tls13_process_client_hello()
1975 return MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION; in ssl_tls13_process_client_hello()
Derror.c436 case -(MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION): in mbedtls_high_level_strerr()
Dssl_tls13_client.c1627 MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION); in ssl_tls13_parse_server_hello()
1628 ret = MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION; in ssl_tls13_parse_server_hello()
Dssl_tls12_client.c1139 return MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION; in ssl_parse_hello_verify_request()
1285 return MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION; in ssl_parse_server_hello()
Dssl_tls12_server.c1170 return MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION; in ssl_parse_client_hello()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl.h118 #define MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION -0x6E80 macro
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c2143 expected_handshake_result = MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION; in mbedtls_test_ssl_perform_handshake()
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md955 * `MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION`