Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dkey_agreement.go259 sendCompressed bool member
269 if e.sendCompressed {
439 …return &ellipticECDHCurve{curve: elliptic.P224(), sendCompressed: config.Bugs.SendCompressedCoordi…
441 …return &ellipticECDHCurve{curve: elliptic.P256(), sendCompressed: config.Bugs.SendCompressedCoordi…
443 …return &ellipticECDHCurve{curve: elliptic.P384(), sendCompressed: config.Bugs.SendCompressedCoordi…
445 …return &ellipticECDHCurve{curve: elliptic.P521(), sendCompressed: config.Bugs.SendCompressedCoordi…