Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_server.go2172 func verifyChannelIDMessage(channelIDMsg *channelIDMsg, channelIDHash []byte) (*ecdsa.PublicKey, er… argument
Dhandshake_messages.go2665 type channelIDMsg struct { struct
2666 raw []byte
2667 channelID []byte
2670 func (m *channelIDMsg) marshal() []byte {
2691 func (m *channelIDMsg) unmarshal(data []byte) bool {