Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_messages.go1691 type certificateRequestMsg struct { struct
1694 hasSignatureAlgorithm bool
1696 certificateTypes []byte
1697 supportedSignatureAlgorithms []SignatureScheme
1698 certificateAuthorities [][]byte
1701 func (m *certificateRequestMsg) marshal() ([]byte, error) {
1751 func (m *certificateRequestMsg) unmarshal(data []byte) bool {
Dhandshake_client.go1165 func certificateRequestInfoFromMsg(ctx context.Context, vers uint16, certReq *certificateRequestMsg