Home
last modified time | relevance | path

Searched defs:encryptedExtensionsMsg (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_messages.go996 type encryptedExtensionsMsg struct { struct
997 alpnProtocol string
998 quicTransportParameters []byte
999 earlyData bool
1000 echRetryConfigs []byte
1003 func (m *encryptedExtensionsMsg) marshal() ([]byte, error) {
1042 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool {
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go1378 type encryptedExtensionsMsg struct { struct
1379 raw []byte
1380 extensions serverExtensions
1381 empty bool
1384 func (m *encryptedExtensionsMsg) marshal() []byte {
1403 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool {
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go1378 type encryptedExtensionsMsg struct { struct
1379 raw []byte
1380 extensions serverExtensions
1381 empty bool
1384 func (m *encryptedExtensionsMsg) marshal() []byte {
1403 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool {