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.c126 USHORT supported_ec_length; in _nx_secure_dtls_process_clienthello() local
517 supported_ec_length = (USHORT)((packet_buffer[0] << 8) + packet_buffer[1]); in _nx_secure_dtls_process_clienthello()
522 for (i = 0; i < (UINT)(supported_ec_length >> 1); ++i) in _nx_secure_dtls_process_clienthello()
537 packet_buffer += supported_ec_length; in _nx_secure_dtls_process_clienthello()