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.go2079 func verifyChannelIDMessage(channelIDMsg *channelIDMsg, channelIDHash []byte) (*ecdsa.PublicKey, er… argument
Dhandshake_messages.go2432 type channelIDMsg struct { struct
2433 raw []byte
2434 channelID []byte
2437 func (m *channelIDMsg) marshal() []byte {
2458 func (m *channelIDMsg) unmarshal(data []byte) bool {