Searched refs:protocol_name_list_copy (Results 1 – 1 of 1) sorted by relevance
1320 CBS protocol_name_list, protocol_name_list_copy; in tls1_alpn_handle_client_hello() local1335 protocol_name_list_copy = protocol_name_list; in tls1_alpn_handle_client_hello()1336 while (CBS_len(&protocol_name_list_copy) > 0) { in tls1_alpn_handle_client_hello()1339 if (!CBS_get_u8_length_prefixed(&protocol_name_list_copy, &protocol_name)) { in tls1_alpn_handle_client_hello()