Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dkey_agreement.go256 type ellipticECDHCurve struct { struct
262 func (e *ellipticECDHCurve) offer(rand io.Reader) (publicKey []byte, err error) { argument
279 func (e *ellipticECDHCurve) accept(rand io.Reader, peerKey []byte) (publicKey []byte, preMasterSecr… argument
291 func (e *ellipticECDHCurve) finish(peerKey []byte) (preMasterSecret []byte, err error) { argument
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…