Home
last modified time | relevance | path

Searched refs:renegotiated_connection (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/
Dt1_lib.cc756 CBS renegotiated_connection; in ext_ri_parse_serverhello() local
757 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() local
815 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()
/external/scapy/test/
Dtls.uts826 assert(not ext[1].renegotiated_connection)