Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dkey_agreement.go256 type ellipticECDHCurve struct { struct
257 curve elliptic.Curve
258 privateKey []byte
259 sendCompressed bool
262 func (e *ellipticECDHCurve) offer(rand io.Reader) (publicKey []byte, err error) {
279 …rve) accept(rand io.Reader, peerKey []byte) (publicKey []byte, preMasterSecret []byte, err error) {
291 func (e *ellipticECDHCurve) finish(peerKey []byte) (preMasterSecret []byte, err error) {