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.go1995 type certificateVerifyMsg struct { struct
1996 raw []byte
1997 hasSignatureAlgorithm bool
1998 signatureAlgorithm signatureAlgorithm
1999 signature []byte
2002 func (m *certificateVerifyMsg) marshal() (x []byte) {
2033 func (m *certificateVerifyMsg) unmarshal(data []byte) bool {