Home
last modified time | relevance | path

Searched defs:channelIDMsg (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go2712 type channelIDMsg struct { struct
2713 raw []byte
2714 channelID []byte
2717 func (m *channelIDMsg) marshal() []byte {
2738 func (m *channelIDMsg) unmarshal(data []byte) bool {
H A Dhandshake_server.go2373 func verifyChannelIDMessage(channelIDMsg *channelIDMsg, channelIDHash []byte) (*ecdsa.PublicKey, er… argument
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go2712 type channelIDMsg struct { struct
2713 raw []byte
2714 channelID []byte
2717 func (m *channelIDMsg) marshal() []byte {
2738 func (m *channelIDMsg) unmarshal(data []byte) bool {
H A Dhandshake_server.go2369 func verifyChannelIDMessage(channelIDMsg *channelIDMsg, channelIDHash []byte) (*ecdsa.PublicKey, er… argument