Home | History | Annotate | Download | only in ssl

Lines Matching refs:extension_type

271                                    CBS *out, uint16_t extension_type) {
283 if (type == extension_type) {
293 uint16_t extension_type,
297 if (!ssl_client_hello_get_extension(client_hello, &cbs, extension_type)) {
3368 uint16_t extension_type;
3374 if (!CBS_get_u16(&channel_id, &extension_type) ||
3377 extension_type != TLSEXT_TYPE_channel_id ||