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.go2326 func verifyChannelIDMessage(channelIDMsg *channelIDMsg, channelIDHash []byte) (*ecdsa.PublicKey, er… argument
Dhandshake_messages.go2812 type channelIDMsg struct { struct
2813 raw []byte
2814 channelID []byte
2817 func (m *channelIDMsg) marshal() []byte {
2838 func (m *channelIDMsg) unmarshal(data []byte) bool {