Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_messages.go1436 type certificateMsgTLS13 struct { struct
1437 certificate Certificate
1438 ocspStapling bool
1439 scts bool
1442 func (m *certificateMsgTLS13) marshal() ([]byte, error) {
1498 func (m *certificateMsgTLS13) unmarshal(data []byte) bool {