Home
last modified time | relevance | path

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

/ssl/
A Dtls13_server.cc796 CBS ech_body; in do_read_second_client_hello() local
797 if (!ssl_client_hello_get_extension(&client_hello, &ech_body, in do_read_second_client_hello()
806 if (!CBS_get_u8(&ech_body, &type) || // in do_read_second_client_hello()
808 !CBS_get_u16(&ech_body, &kdf_id) || // in do_read_second_client_hello()
809 !CBS_get_u16(&ech_body, &aead_id) || in do_read_second_client_hello()
810 !CBS_get_u8(&ech_body, &config_id) || in do_read_second_client_hello()
811 !CBS_get_u16_length_prefixed(&ech_body, &enc) || in do_read_second_client_hello()
812 !CBS_get_u16_length_prefixed(&ech_body, &payload) || in do_read_second_client_hello()
813 CBS_len(&ech_body) != 0) { in do_read_second_client_hello()
A Dextensions.cc584 CBB ech_body; in ext_ech_add_clienthello() local
586 !CBB_add_u16_length_prefixed(out, &ech_body) || in ext_ech_add_clienthello()
587 !CBB_add_u8(&ech_body, ECH_CLIENT_OUTER) || in ext_ech_add_clienthello()
588 !CBB_add_bytes(&ech_body, hs->ech_client_outer.data(), in ext_ech_add_clienthello()

Completed in 15 milliseconds