Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dhandshake_server.cc1471 CBS next_protocol = msg.body, selected_protocol, padding; in do_read_next_proto() local
1472 if (!CBS_get_u8_length_prefixed(&next_protocol, &selected_protocol) || in do_read_next_proto()
1480 if (!ssl->s3->next_proto_negotiated.CopyFrom(selected_protocol)) { in do_read_next_proto()