Home | History | Annotate | Download | only in ssl

Lines Matching full:peer_key

939   // Accept performs a key exchange against the |peer_key| generated by |offer|.
947 uint8_t *out_alert, Span<const uint8_t> peer_key);
949 // Finish performs a key exchange against the |peer_key| generated by
954 Span<const uint8_t> peer_key) PURE_VIRTUAL;
1375 // peer_key is the peer's ECDH key for a TLS 1.2 client.
1376 Array<uint8_t> peer_key;