Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dhandshake_server.cc182 uint16_t got_id; in ssl_client_cipher_list_contains_cipher() local
183 if (!CBS_get_u16(&cipher_suites, &got_id)) { in ssl_client_cipher_list_contains_cipher()
187 if (got_id == id) { in ssl_client_cipher_list_contains_cipher()