HomeSort by relevance Sort by last modified time
    Searched refs:DefaultCurves (Results 1 - 4 of 4) sorted by null

  /external/pdfium/third_party/lcms/src/
cmsgamma.c 60 static _cmsParametricCurvesCollection DefaultCurves = {
194 for (c = &DefaultCurves; c != NULL; c = c ->Next) {
    [all...]
  /external/boringssl/src/ssl/test/runner/
common.go 441 // DefaultCurves contains the elliptic curves for which public values will
445 DefaultCurves []CurveID
    [all...]
runner.go     [all...]
handshake_client.go 66 // DefaultCurves setting to the selection in the replacement
72 return nil, errors.New("tls: ClientHello key share length is inconsistent with DefaultCurves setting")
204 curvesToSend := c.config.defaultCurves()
    [all...]

Completed in 132 milliseconds