Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_messages.go1222 type certificateRequestMsgTLS13 struct { struct
1223 ocspStapling bool
1224 scts bool
1225 supportedSignatureAlgorithms []SignatureScheme
1226 supportedSignatureAlgorithmsCert []SignatureScheme
1227 certificateAuthorities [][]byte
1230 func (m *certificateRequestMsgTLS13) marshal() ([]byte, error) {
1290 func (m *certificateRequestMsgTLS13) unmarshal(data []byte) bool {