Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dt1_lib.c1320 CBS protocol_name_list, protocol_name_list_copy; in tls1_alpn_handle_client_hello() local
1335 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()