Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/nx_secure/src/
Dnxe_secure_tls_session_protocol_version_override.c106 return(NX_SECURE_TLS_UNKNOWN_TLS_VERSION); in _nxe_secure_tls_session_protocol_version_override()
Dnx_secure_tls_check_protocol_version.c171 return(NX_SECURE_TLS_UNKNOWN_TLS_VERSION); in _nx_secure_tls_check_protocol_version()
Dnx_secure_tls_map_error_to_alert.c205 case NX_SECURE_TLS_UNKNOWN_TLS_VERSION: in _nx_secure_tls_map_error_to_alert()
Dnx_secure_tls_process_serverhello_extensions.c368 return(NX_SECURE_TLS_UNKNOWN_TLS_VERSION); in _nx_secure_tls_process_serverhello_extensions()
1082 return(NX_SECURE_TLS_UNKNOWN_TLS_VERSION); in _nx_secure_tls_proc_serverhello_supported_versions_extension()
/NetX-Duo-v6.4.1/test/regression/nx_secure_test/
Dnx_secure_tls_alert_test.c111 …TLS_ALERT_TEST(NX_SECURE_TLS_UNKNOWN_TLS_VERSION, NX_SECURE_TLS_ALERT_PROTOCOL_VERSION, NX_SECURE_… in TEST()
Dnx_secure_tls_nxe_api_test.c224 EXPECT_EQ(NX_SECURE_TLS_UNKNOWN_TLS_VERSION, status); in thread_0_entry()
Dnx_secure_tls_coverage_test.c694 EXPECT_EQ(NX_SECURE_TLS_UNKNOWN_TLS_VERSION, status); in ntest_0_entry()
1875 EXPECT_EQ(NX_SECURE_TLS_UNKNOWN_TLS_VERSION, status); in ntest_0_entry()
2077 EXPECT_EQ(NX_SECURE_TLS_UNKNOWN_TLS_VERSION, status); in ntest_1_entry()
/NetX-Duo-v6.4.1/nx_secure/inc/
Dnx_secure_tls.h250 #define NX_SECURE_TLS_UNKNOWN_TLS_VERSION 0x10F /* An incoming record had a TLS… macro