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.go999 type encryptedExtensionsMsg struct { struct
1005 func (m *encryptedExtensionsMsg) marshal() []byte { argument
1010 encryptedExtensionsMsg := newByteBuilder()
1011 encryptedExtensionsMsg.addU8(typeEncryptedExtensions)
1012 encryptedExtensions := encryptedExtensionsMsg.addU24LengthPrefixed()
1018 m.raw = encryptedExtensionsMsg.finish()
1022 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
Dconn.go1237 m = new(encryptedExtensionsMsg)
Dhandshake_client.go732 encryptedExtensions, ok := msg.(*encryptedExtensionsMsg)
Dhandshake_server.go386 encryptedExtensions := new(encryptedExtensionsMsg)