Searched refs:proto_list (Results 1 – 1 of 1) sorted by relevance
1395 CBB contents, proto_list; in ext_alpn_add_clienthello() local1398 !CBB_add_u16_length_prefixed(&contents, &proto_list) || in ext_alpn_add_clienthello()1399 !CBB_add_bytes(&proto_list, hs->config->alpn_client_proto_list.data(), in ext_alpn_add_clienthello()1544 CBB contents, proto_list, proto; in ext_alpn_add_serverhello() local1547 !CBB_add_u16_length_prefixed(&contents, &proto_list) || in ext_alpn_add_serverhello()1548 !CBB_add_u8_length_prefixed(&proto_list, &proto) || in ext_alpn_add_serverhello()