Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dkey_agreement.go242 type ecdhCurve interface { interface
436 func curveForCurveID(id CurveID, config *Config) (ecdhCurve, bool) {
586 curve ecdhCurve
Dhandshake_client.go31 keyShares map[CurveID]ecdhCurve
199 var keyShares map[CurveID]ecdhCurve
201 keyShares = make(map[CurveID]ecdhCurve)