Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_messages.go1110 type keyUpdateMsg struct { struct
1111 updateRequested bool
1114 func (m *keyUpdateMsg) marshal() ([]byte, error) {
1128 func (m *keyUpdateMsg) unmarshal(data []byte) bool {
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go2765 type keyUpdateMsg struct { struct
2766 raw []byte
2767 keyUpdateRequest byte
2770 func (m *keyUpdateMsg) marshal() []byte {
2778 func (m *keyUpdateMsg) unmarshal(data []byte) bool {
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go2765 type keyUpdateMsg struct { struct
2766 raw []byte
2767 keyUpdateRequest byte
2770 func (m *keyUpdateMsg) marshal() []byte {
2778 func (m *keyUpdateMsg) unmarshal(data []byte) bool {