Home
last modified time | relevance | path

Searched refs:NX_SECURE_TLS_NO_RENEGOTIATION_ERROR (Results 1 – 11 of 11) sorted by relevance

/NetX-Duo-v6.4.1/test/regression/nx_secure_test/
Dnx_secure_tls_client_handshake_coverage_test.c292 EXPECT_EQ(NX_SECURE_TLS_NO_RENEGOTIATION_ERROR, status); in TEST()
381 EXPECT_EQ(NX_SECURE_TLS_NO_RENEGOTIATION_ERROR, status); in TEST()
386 EXPECT_EQ(NX_SECURE_TLS_NO_RENEGOTIATION_ERROR, status); in TEST()
391 EXPECT_EQ(NX_SECURE_TLS_NO_RENEGOTIATION_ERROR, status); in TEST()
Dnx_secure_tls_alert_test.c114 …TLS_ALERT_TEST(NX_SECURE_TLS_NO_RENEGOTIATION_ERROR, NX_SECURE_TLS_ALERT_NO_RENEGOTIATION, NX_SECU… in TEST()
Dnx_secure_tls_coverage_test.c674 EXPECT_EQ(NX_SECURE_TLS_NO_RENEGOTIATION_ERROR, status); in ntest_0_entry()
887 EXPECT_EQ(NX_SECURE_TLS_NO_RENEGOTIATION_ERROR, status); in ntest_0_entry()
2028 EXPECT_EQ(NX_SECURE_TLS_NO_RENEGOTIATION_ERROR, status); in ntest_1_entry()
Dnx_secure_dtls_handshake_fail_test.c798 if (status != NX_SECURE_TLS_NO_RENEGOTIATION_ERROR) in test_dtls_no_renegotiate_server()
/NetX-Duo-v6.4.1/nx_secure/src/
Dnx_secure_tls_client_handshake.c300 return(NX_SECURE_TLS_NO_RENEGOTIATION_ERROR); in _nx_secure_tls_client_handshake()
380 status = NX_SECURE_TLS_NO_RENEGOTIATION_ERROR; in _nx_secure_tls_client_handshake()
Dnx_secure_tls_map_error_to_alert.c212 case NX_SECURE_TLS_NO_RENEGOTIATION_ERROR: in _nx_secure_tls_map_error_to_alert()
Dnx_secure_tls_session_renegotiate.c135 return(NX_SECURE_TLS_NO_RENEGOTIATION_ERROR); in _nx_secure_tls_session_renegotiate()
Dnx_secure_dtls_client_handshake.c383 status = NX_SECURE_TLS_NO_RENEGOTIATION_ERROR; in _nx_secure_dtls_client_handshake()
Dnx_secure_tls_process_clienthello.c215 return(NX_SECURE_TLS_NO_RENEGOTIATION_ERROR); in _nx_secure_tls_process_clienthello()
Dnx_secure_dtls_process_clienthello.c163 return(NX_SECURE_TLS_NO_RENEGOTIATION_ERROR); in _nx_secure_dtls_process_clienthello()
/NetX-Duo-v6.4.1/nx_secure/inc/
Dnx_secure_tls.h282 #define NX_SECURE_TLS_NO_RENEGOTIATION_ERROR 0x12F /* A HelloRequest message was r… macro