Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_messages.go1098 type endOfEarlyDataMsg struct{} struct
1100 func (m *endOfEarlyDataMsg) marshal() ([]byte, error) {
1106 func (m *endOfEarlyDataMsg) unmarshal(data []byte) bool {
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go2794 type endOfEarlyDataMsg struct { struct
2795 nonEmpty bool
2798 func (m *endOfEarlyDataMsg) marshal() []byte {
2805 func (*endOfEarlyDataMsg) unmarshal(data []byte) bool {
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go2794 type endOfEarlyDataMsg struct { struct
2795 nonEmpty bool
2798 func (m *endOfEarlyDataMsg) marshal() []byte {
2805 func (*endOfEarlyDataMsg) unmarshal(data []byte) bool {