Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dhandoff.cc159 for (uint16_t configured_curve : configured_curves) { in apply_remote_features() local
162 if (supported_curve == configured_curve) { in apply_remote_features()
168 new_configured_curves[idx++] = configured_curve; in apply_remote_features()