Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1170 type encryptedExtensionsMsg struct { struct
1176 func (m *encryptedExtensionsMsg) marshal() []byte { argument
1181 encryptedExtensionsMsg := newByteBuilder()
1182 encryptedExtensionsMsg.addU8(typeEncryptedExtensions)
1183 encryptedExtensions := encryptedExtensionsMsg.addU24LengthPrefixed()
1189 m.raw = encryptedExtensionsMsg.finish()
1193 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
Dconn.go1364 m = new(encryptedExtensionsMsg)
Dhandshake_client.go867 encryptedExtensions, ok := msg.(*encryptedExtensionsMsg)
Dhandshake_server.go412 encryptedExtensions := new(encryptedExtensionsMsg)