Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_messages.go1825 type certificateVerifyMsg struct { struct
1826 hasSignatureAlgorithm bool // format change introduced in TLS 1.2
1827 signatureAlgorithm SignatureScheme
1828 signature []byte
1831 func (m *certificateVerifyMsg) marshal() ([]byte, error) {
1846 func (m *certificateVerifyMsg) unmarshal(data []byte) bool {
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A 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 {
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A 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 {