Searched refs:cipher_specs (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | s3_both.cc | 392 CBS cipher_specs, session_id, challenge; in read_v2_client_hello() local 398 !CBS_get_bytes(&v2_client_hello, &cipher_specs, cipher_spec_length) || in read_v2_client_hello() 424 CBS_len(&cipher_specs) / 3 * 2 + in read_v2_client_hello() 446 while (CBS_len(&cipher_specs) > 0) { in read_v2_client_hello() 448 if (!CBS_get_u24(&cipher_specs, &cipher_spec)) { in read_v2_client_hello()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | s3_both.cc | 392 CBS cipher_specs, session_id, challenge; in read_v2_client_hello() local 398 !CBS_get_bytes(&v2_client_hello, &cipher_specs, cipher_spec_length) || in read_v2_client_hello() 424 CBS_len(&cipher_specs) / 3 * 2 + in read_v2_client_hello() 447 while (CBS_len(&cipher_specs) > 0) { in read_v2_client_hello() 449 if (!CBS_get_u24(&cipher_specs, &cipher_spec)) { in read_v2_client_hello()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | s3_both.cc | 392 CBS cipher_specs, session_id, challenge; in read_v2_client_hello() local 398 !CBS_get_bytes(&v2_client_hello, &cipher_specs, cipher_spec_length) || in read_v2_client_hello() 424 CBS_len(&cipher_specs) / 3 * 2 + in read_v2_client_hello() 447 while (CBS_len(&cipher_specs) > 0) { in read_v2_client_hello() 449 if (!CBS_get_u24(&cipher_specs, &cipher_spec)) { in read_v2_client_hello()
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | s3_both.cc | 392 CBS cipher_specs, session_id, challenge; in read_v2_client_hello() local 398 !CBS_get_bytes(&v2_client_hello, &cipher_specs, cipher_spec_length) || in read_v2_client_hello() 424 CBS_len(&cipher_specs) / 3 * 2 + in read_v2_client_hello() 446 while (CBS_len(&cipher_specs) > 0) { in read_v2_client_hello() 448 if (!CBS_get_u24(&cipher_specs, &cipher_spec)) { in read_v2_client_hello()
|