Searched refs:NX_SECURE_TLS_VERSION_TLS_1_3 (Results 1 – 7 of 7) sorted by relevance
77 if (protocol_version == NX_SECURE_TLS_VERSION_TLS_1_3) in _nx_secure_tls_session_protocol_version_override()
95 case NX_SECURE_TLS_VERSION_TLS_1_3: in _nxe_secure_tls_session_protocol_version_override()
344 if (supported_version != NX_SECURE_TLS_VERSION_TLS_1_3) in _nx_secure_tls_process_serverhello_extensions()1077 if (*supported_version == NX_SECURE_TLS_VERSION_TLS_1_3) in _nx_secure_tls_proc_serverhello_supported_versions_extension()
260 if((tls_session -> nx_secure_tls_1_3) && (supported_version != NX_SECURE_TLS_VERSION_TLS_1_3)) in _nx_secure_tls_process_clienthello_extensions()1066 if (*supported_version == NX_SECURE_TLS_VERSION_TLS_1_3) in _nx_secure_tls_proc_clienthello_supported_versions_extension()
46 tls_session.nx_secure_tls_protocol_version = NX_SECURE_TLS_VERSION_TLS_1_3; in test_application_define()
2316 …x_secure_tls_session_protocol_version_override(&client_tls_session, NX_SECURE_TLS_VERSION_TLS_1_3); in ntest_1_entry()2321 …x_secure_tls_session_protocol_version_override(&client_tls_session, NX_SECURE_TLS_VERSION_TLS_1_3); in ntest_1_entry()
424 #define NX_SECURE_TLS_VERSION_TLS_1_3 ((NX_SECURE_TLS_VERSION_MAJOR_3 << 8) | NX_… macro