Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go2132 type certificateVerifyMsg struct { struct
2133 raw []byte
2134 hasSignatureAlgorithm bool
2135 signatureAlgorithm signatureAlgorithm
2136 signature []byte
2139 func (m *certificateVerifyMsg) marshal() (x []byte) {
2170 func (m *certificateVerifyMsg) unmarshal(data []byte) bool {