Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_dtls_process_clienthello.c125 USHORT supported_ec_length; in _nx_secure_dtls_process_clienthello() local
516 supported_ec_length = (USHORT)((packet_buffer[0] << 8) + packet_buffer[1]); in _nx_secure_dtls_process_clienthello()
521 for (i = 0; i < (UINT)(supported_ec_length >> 1); ++i) in _nx_secure_dtls_process_clienthello()
536 packet_buffer += supported_ec_length; in _nx_secure_dtls_process_clienthello()