Home
last modified time | relevance | path

Searched refs:_nx_secure_dtls_process_clienthello (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_dtls_error_checking_test.c338 status = _nx_secure_dtls_process_clienthello(NX_NULL, NX_NULL, 0); in ntest_0_entry()
341 …status = _nx_secure_dtls_process_clienthello(&dtls_server_session_0, dtls_clienthello_bad_compress… in ntest_0_entry()
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_dtls_server_handshake.c302 status = _nx_secure_dtls_process_clienthello(dtls_session, packet_buffer, message_length); in _nx_secure_dtls_server_handshake()
Dnx_secure_dtls_process_clienthello.c102 UINT _nx_secure_dtls_process_clienthello(NX_SECURE_DTLS_SESSION *dtls_session, UCHAR *packet_buffer, in _nx_secure_dtls_process_clienthello() function
/NetX-Duo-v6.2.1/nx_secure/inc/
Dnx_secure_dtls.h489 UINT _nx_secure_dtls_process_clienthello(NX_SECURE_DTLS_SESSION *dtls_session, UCHAR *packet_buffer,