Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Ds3_srvr.c729 uint32_t cipher_spec; in ssl3_get_v2_client_hello() local
730 if (!CBS_get_u24(&cipher_specs, &cipher_spec)) { in ssl3_get_v2_client_hello()
737 if ((cipher_spec & 0xff0000) != 0) { in ssl3_get_v2_client_hello()
740 if (!CBB_add_u16(&cipher_suites, cipher_spec)) { in ssl3_get_v2_client_hello()