Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dhandoff.cc140 Array<uint16_t> supported_curves; in apply_remote_features() local
141 if (!supported_curves.Init(CBS_len(&curves) / 2)) { in apply_remote_features()
150 supported_curves[idx++] = curve; in apply_remote_features()
161 for (uint16_t supported_curve : supported_curves) { in apply_remote_features()