Searched defs:certificateVerifyMsg (Results 1 – 1 of 1) sorted by relevance
2365 type certificateVerifyMsg struct { struct2366 raw []byte2367 hasSignatureAlgorithm bool2368 signatureAlgorithm signatureAlgorithm2369 signature []byte2372 func (m *certificateVerifyMsg) marshal() (x []byte) {2403 func (m *certificateVerifyMsg) unmarshal(data []byte) bool {