Searched refs:NX_SECURE_TLS_UNKNOWN_TLS_VERSION (Results 1 – 8 of 8) sorted by relevance
106 return(NX_SECURE_TLS_UNKNOWN_TLS_VERSION); in _nxe_secure_tls_session_protocol_version_override()
171 return(NX_SECURE_TLS_UNKNOWN_TLS_VERSION); in _nx_secure_tls_check_protocol_version()
205 case NX_SECURE_TLS_UNKNOWN_TLS_VERSION: in _nx_secure_tls_map_error_to_alert()
368 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()
111 …TLS_ALERT_TEST(NX_SECURE_TLS_UNKNOWN_TLS_VERSION, NX_SECURE_TLS_ALERT_PROTOCOL_VERSION, NX_SECURE_… in TEST()
224 EXPECT_EQ(NX_SECURE_TLS_UNKNOWN_TLS_VERSION, status); in thread_0_entry()
694 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()
250 #define NX_SECURE_TLS_UNKNOWN_TLS_VERSION 0x10F /* An incoming record had a TLS… macro