Home
last modified time | relevance | path

Searched refs:client_hello_buffer (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
128 NX_PARAMETER_NOT_USED(client_hello_buffer); 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
1603 …_nx_secure_tls_handshake_hash_update(tls_session, (UCHAR*)client_hello_buffer, partial_hello_lengt… 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);