Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_dtls_process_clienthello.c126 UCHAR ec_point_formats_length; in _nx_secure_dtls_process_clienthello() local
542 ec_point_formats_length = packet_buffer[0]; in _nx_secure_dtls_process_clienthello()
547 for (i = 0; i < ec_point_formats_length; ++i) in _nx_secure_dtls_process_clienthello()
562 packet_buffer += ec_point_formats_length; in _nx_secure_dtls_process_clienthello()
Dnx_secure_tls_process_serverhello_extensions.c441 UCHAR ec_point_formats_length; in _nx_secure_tls_proc_serverhello_ecc_point_formats() local
460 ec_point_formats_length = packet_buffer[offset]; in _nx_secure_tls_proc_serverhello_ecc_point_formats()
463 if (offset + ec_point_formats_length != *extension_length) in _nx_secure_tls_proc_serverhello_ecc_point_formats()
473 for (i = 0; i < ec_point_formats_length; ++i) in _nx_secure_tls_proc_serverhello_ecc_point_formats()