Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A 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 {
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A 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 {