Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_dtls_process_clienthello.c127 UCHAR supported_ec_match, ec_point_formats_match, zkp_verified; in _nx_secure_dtls_process_clienthello() local
428 ec_point_formats_match = 0; in _nx_secure_dtls_process_clienthello()
563 ec_point_formats_match = 1; in _nx_secure_dtls_process_clienthello()
590 if (supported_ec_match == 0 || ec_point_formats_match == 0 || zkp_verified == 0) in _nx_secure_dtls_process_clienthello()
Dnx_secure_tls_process_serverhello_extensions.c124 USHORT ec_point_formats_match, zkp_verified; in _nx_secure_tls_process_serverhello_extensions() local
145 ec_point_formats_match = NX_FALSE; in _nx_secure_tls_process_serverhello_extensions()
270 ec_point_formats_match = NX_TRUE; in _nx_secure_tls_process_serverhello_extensions()
335 (ec_point_formats_match == 0 || zkp_verified == 0)) in _nx_secure_tls_process_serverhello_extensions()