Home | History | Annotate | Download | only in ssl

Lines Matching refs:extension_type

2752 	uint16_t extension_type, expected_extension_type;
2805 * uint16 extension_type
2816 if (!CBS_get_u16(&encrypted_extensions, &extension_type) ||
2819 extension_type != expected_extension_type ||