Searched refs:named_group_list_len (Results 1 – 1 of 1) sorted by relevance
209 size_t named_group_list_len; /* Length of named_group_list */ in ssl_tls13_write_supported_groups_ext() local251 named_group_list_len = p - named_group_list_ptr; in ssl_tls13_write_supported_groups_ext()252 if( named_group_list_len == 0 ) in ssl_tls13_write_supported_groups_ext()261 MBEDTLS_PUT_UINT16_BE( named_group_list_len + 2, buf, 2 ); in ssl_tls13_write_supported_groups_ext()263 MBEDTLS_PUT_UINT16_BE( named_group_list_len, buf, 4 ); in ssl_tls13_write_supported_groups_ext()265 MBEDTLS_SSL_DEBUG_BUF( 3, "Supported groups extension", buf + 4, named_group_list_len + 2 ); in ssl_tls13_write_supported_groups_ext()
Completed in 5 milliseconds