Searched refs:binder_total (Results 1 – 2 of 2) sorted by relevance
921 UINT binder_total; in _nx_secure_tls_send_clienthello_psk_extension() local1009 binder_total = 0; in _nx_secure_tls_send_clienthello_psk_extension()1045 binder_total += (UINT)(1 + binder_len); in _nx_secure_tls_send_clienthello_psk_extension()1060 binder_total = 33; in _nx_secure_tls_send_clienthello_psk_extension()1061 data_length += binder_total; in _nx_secure_tls_send_clienthello_psk_extension()1113 header[2] = (UCHAR)((partial_client_hello_len + binder_total + 2) >> 8); in _nx_secure_tls_send_clienthello_psk_extension()1114 header[3] = (UCHAR)((partial_client_hello_len + binder_total + 2) & 0xFF); in _nx_secure_tls_send_clienthello_psk_extension()1162 binder_total = 0; in _nx_secure_tls_send_clienthello_psk_extension()1186 binder_total += (UINT)(1 + binder_len); in _nx_secure_tls_send_clienthello_psk_extension()1190 packet_buffer[binder_offset] = (UCHAR)((binder_total & 0xFF00) >> 8);; in _nx_secure_tls_send_clienthello_psk_extension()[all …]
1371 INT binder_total; in _nx_secure_tls_process_clienthello_psk_extension() local1453 binder_total = 0; in _nx_secure_tls_process_clienthello_psk_extension()1529 binder_total = (USHORT)((packet_buffer[offset] << 8) + packet_buffer[offset + 1]); in _nx_secure_tls_process_clienthello_psk_extension()1533 if((UINT)binder_total + offset > extension_length) in _nx_secure_tls_process_clienthello_psk_extension()1541 partial_hello_length = client_hello_length - ((UINT)binder_total + 2); in _nx_secure_tls_process_clienthello_psk_extension()1547 while(binder_total > 0) in _nx_secure_tls_process_clienthello_psk_extension()1553 if (1 + binder_len > binder_total) in _nx_secure_tls_process_clienthello_psk_extension()1559 binder_total--; in _nx_secure_tls_process_clienthello_psk_extension()1560 binder_total -= binder_len; in _nx_secure_tls_process_clienthello_psk_extension()