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.go2365 type certificateVerifyMsg struct { struct
2366 raw []byte
2367 hasSignatureAlgorithm bool
2368 signatureAlgorithm signatureAlgorithm
2369 signature []byte
2372 func (m *certificateVerifyMsg) marshal() (x []byte) {
2403 func (m *certificateVerifyMsg) unmarshal(data []byte) bool {