Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1700 type helloVerifyRequestMsg struct { struct
1701 raw []byte
1702 vers uint16
1703 cookie []byte
1706 func (m *helloVerifyRequestMsg) equal(i interface{}) bool {
1717 func (m *helloVerifyRequestMsg) marshal() []byte {
1738 func (m *helloVerifyRequestMsg) unmarshal(data []byte) bool {