Searched refs:ec_point_formats_length (Results 1 – 2 of 2) sorted by relevance
126 UCHAR ec_point_formats_length; in _nx_secure_dtls_process_clienthello() local542 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()
441 UCHAR ec_point_formats_length; in _nx_secure_tls_proc_serverhello_ecc_point_formats() local460 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()