Home
last modified time | relevance | path

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

/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dhandshake_messages.go2185 type clientKeyExchangeMsg struct { struct
2186 raw []byte
2187 ciphertext []byte
2190 func (m *clientKeyExchangeMsg) marshal() []byte {
2201 func (m *clientKeyExchangeMsg) unmarshal(data []byte) bool {
Dcipher_suites.go32 processClientKeyExchange(*Config, *Certificate, *clientKeyExchangeMsg, uint16) ([]byte, error)
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go2186 type clientKeyExchangeMsg struct { struct
2187 raw []byte
2188 ciphertext []byte
2191 func (m *clientKeyExchangeMsg) marshal() []byte {
2202 func (m *clientKeyExchangeMsg) unmarshal(data []byte) bool {
Dcipher_suites.go32 processClientKeyExchange(*Config, *Credential, *clientKeyExchangeMsg, uint16) ([]byte, error)