Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Ds3_both.c593 CBS cipher_specs, session_id, challenge; in read_v2_client_hello() local
599 !CBS_get_bytes(&v2_client_hello, &cipher_specs, cipher_spec_length) || in read_v2_client_hello()
625 CBS_len(&cipher_specs) / 3 * 2 + in read_v2_client_hello()
645 while (CBS_len(&cipher_specs) > 0) { in read_v2_client_hello()
647 if (!CBS_get_u24(&cipher_specs, &cipher_spec)) { in read_v2_client_hello()