Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Ds3_both.cc383 uint16_t version, cipher_spec_length, session_id_length, challenge_length; in read_v2_client_hello() local
387 !CBS_get_u16(&v2_client_hello, &cipher_spec_length) || in read_v2_client_hello()
390 !CBS_get_bytes(&v2_client_hello, &cipher_specs, cipher_spec_length) || in read_v2_client_hello()