Home
last modified time | relevance | path

Searched defs:clientEncryptedExtensionsMsg (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1718 type clientEncryptedExtensionsMsg struct { struct
1719 raw []byte
1720 applicationSettings []byte
1721 hasApplicationSettings bool
1722 applicationSettingsOld []byte
1723 hasApplicationSettingsOld bool
1724 customExtension []byte
1727 func (m *clientEncryptedExtensionsMsg) marshal() (x []byte) {
1755 func (m *clientEncryptedExtensionsMsg) unmarshal(data []byte) bool {
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1717 type clientEncryptedExtensionsMsg struct { struct
1718 raw []byte
1719 applicationSettings []byte
1720 hasApplicationSettings bool
1721 applicationSettingsOld []byte
1722 hasApplicationSettingsOld bool
1723 customExtension []byte
1726 func (m *clientEncryptedExtensionsMsg) marshal() (x []byte) {
1754 func (m *clientEncryptedExtensionsMsg) unmarshal(data []byte) bool {