Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_process_clienthello_extensions.c47 … USHORT extension_length, const UCHAR *client_hello_buffer, UINT client_hello_length);
112 … UINT *num_extensions, UCHAR *client_hello_buffer, UINT client_hello_length) in _nx_secure_tls_process_clienthello_extensions() argument
129 NX_PARAMETER_NOT_USED(client_hello_length); in _nx_secure_tls_process_clienthello_extensions()
218 … (USHORT)extension_length, client_hello_buffer, client_hello_length); in _nx_secure_tls_process_clienthello_extensions()
1358 … USHORT extension_length, const UCHAR *client_hello_buffer, UINT client_hello_length) in _nx_secure_tls_process_clienthello_psk_extension() argument
1541 partial_hello_length = client_hello_length - ((UINT)binder_total + 2); in _nx_secure_tls_process_clienthello_psk_extension()
1600 header[2] = (UCHAR)((client_hello_length) >> 8); in _nx_secure_tls_process_clienthello_psk_extension()
1601 header[3] = (UCHAR)((client_hello_length) & 0xFF); in _nx_secure_tls_process_clienthello_psk_extension()
/NetX-Duo-v6.2.1/nx_secure/inc/
Dnx_secure_tls.h1552 … UINT *num_extensions, UCHAR *client_hello_buffer, UINT client_hello_length);