Searched defs:certificateVerifyMsg (Results 1 – 1 of 1) sorted by relevance
2132 type certificateVerifyMsg struct { struct2133 raw []byte2134 hasSignatureAlgorithm bool2135 signatureAlgorithm signatureAlgorithm2136 signature []byte2139 func (m *certificateVerifyMsg) marshal() (x []byte) {2170 func (m *certificateVerifyMsg) unmarshal(data []byte) bool {