Home | History | Annotate | Download | only in ssl

Lines Matching full:cipher_specs

643   CBS v2_client_hello, cipher_specs, session_id, challenge;
690 !CBS_get_bytes(&v2_client_hello, &cipher_specs, cipher_spec_length) ||
728 while (CBS_len(&cipher_specs) > 0) {
730 if (!CBS_get_u24(&cipher_specs, &cipher_spec)) {