Searched refs:ellipticECDHCurve (Results 1 – 1 of 1) sorted by relevance
256 type ellipticECDHCurve struct { struct262 func (e *ellipticECDHCurve) offer(rand io.Reader) (publicKey []byte, err error) { argument279 func (e *ellipticECDHCurve) accept(rand io.Reader, peerKey []byte) (publicKey []byte, preMasterSecr… argument291 func (e *ellipticECDHCurve) finish(peerKey []byte) (preMasterSecret []byte, err error) { argument439 …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…