Searched refs:protocol_name_list (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/ssl/ |
D | t1_lib.c | 1320 CBS protocol_name_list, protocol_name_list_copy; in tls1_alpn_handle_client_hello() local 1329 if (!CBS_get_u16_length_prefixed(cbs, &protocol_name_list) || in tls1_alpn_handle_client_hello() 1330 CBS_len(cbs) != 0 || CBS_len(&protocol_name_list) < 2) { in tls1_alpn_handle_client_hello() 1335 protocol_name_list_copy = protocol_name_list; in tls1_alpn_handle_client_hello() 1345 s, &selected, &selected_len, CBS_data(&protocol_name_list), in tls1_alpn_handle_client_hello() 1346 CBS_len(&protocol_name_list), s->ctx->alpn_select_cb_arg); in tls1_alpn_handle_client_hello() 1817 CBS protocol_name_list, protocol_name; in ssl_scan_serverhello_tlsext() local 1827 if (!CBS_get_u16_length_prefixed(&extension, &protocol_name_list) || in ssl_scan_serverhello_tlsext() 1829 !CBS_get_u8_length_prefixed(&protocol_name_list, &protocol_name) || in ssl_scan_serverhello_tlsext() 1830 CBS_len(&protocol_name_list) != 0) { in ssl_scan_serverhello_tlsext()
|