Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go2288 type certificateRequestMsg struct { struct
2289 raw []byte
2290 vers uint16
2294 hasSignatureAlgorithm bool
2298 hasRequestContext bool
2300 certificateTypes []byte
2301 requestContext []byte
2302 signatureAlgorithms []signatureAlgorithm
2303 signatureAlgorithmsCert []signatureAlgorithm
2304 certificateAuthorities [][]byte
[all …]
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go2288 type certificateRequestMsg struct { struct
2289 raw []byte
2290 vers uint16
2294 hasSignatureAlgorithm bool
2298 hasRequestContext bool
2300 certificateTypes []byte
2301 requestContext []byte
2302 signatureAlgorithms []signatureAlgorithm
2303 signatureAlgorithmsCert []signatureAlgorithm
2304 certificateAuthorities [][]byte
[all …]
/aosp_15_r20/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