Home
last modified time | relevance | path

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

/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dhandshake_messages.go2447 type certificateVerifyMsg struct { struct
2448 raw []byte
2449 hasSignatureAlgorithm bool
2450 signatureAlgorithm signatureAlgorithm
2451 signature []byte
2454 func (m *certificateVerifyMsg) marshal() (x []byte) {
2485 func (m *certificateVerifyMsg) unmarshal(data []byte) bool {
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go2448 type certificateVerifyMsg struct { struct
2449 raw []byte
2450 hasSignatureAlgorithm bool
2451 signatureAlgorithm signatureAlgorithm
2452 signature []byte
2455 func (m *certificateVerifyMsg) marshal() (x []byte) {
2486 func (m *certificateVerifyMsg) unmarshal(data []byte) bool {