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.go1070 type encryptedExtensionsMsg struct { struct
1076 func (m *encryptedExtensionsMsg) marshal() []byte { argument
1081 encryptedExtensionsMsg := newByteBuilder()
1082 encryptedExtensionsMsg.addU8(typeEncryptedExtensions)
1083 encryptedExtensions := encryptedExtensionsMsg.addU24LengthPrefixed()
1089 m.raw = encryptedExtensionsMsg.finish()
1093 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
Dconn.go1239 m = new(encryptedExtensionsMsg)
Dhandshake_client.go754 encryptedExtensions, ok := msg.(*encryptedExtensionsMsg)
Dhandshake_server.go383 encryptedExtensions := new(encryptedExtensionsMsg)