Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dhandoff.cc154 Array<uint16_t> new_configured_curves; in apply_remote_features() local
155 if (!new_configured_curves.Init(configured_curves.size())) { in apply_remote_features()
168 new_configured_curves[idx++] = configured_curve; in apply_remote_features()
174 new_configured_curves.Shrink(idx); in apply_remote_features()
175 ssl->config->supported_group_list = std::move(new_configured_curves); in apply_remote_features()