Searched refs:renegotiated_connection (Results 1 – 2 of 2) sorted by relevance
756 CBS renegotiated_connection; in ext_ri_parse_serverhello() local757 if (!CBS_get_u8_length_prefixed(contents, &renegotiated_connection) || in ext_ri_parse_serverhello()765 if (CBS_len(&renegotiated_connection) != expected_len) { in ext_ri_parse_serverhello()771 const uint8_t *d = CBS_data(&renegotiated_connection); in ext_ri_parse_serverhello()814 CBS renegotiated_connection; in ext_ri_parse_clienthello() local815 if (!CBS_get_u8_length_prefixed(contents, &renegotiated_connection) || in ext_ri_parse_clienthello()823 if (CBS_len(&renegotiated_connection) != 0) { in ext_ri_parse_clienthello()
826 assert(not ext[1].renegotiated_connection)