Home
last modified time | relevance | path

Searched refs:SendSupportedPointFormats (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dcommon.go1500 SendSupportedPointFormats []byte member
Dhandshake_client.go173 if c.config.Bugs.SendSupportedPointFormats != nil {
174 hello.supportedPoints = c.config.Bugs.SendSupportedPointFormats
Dhandshake_server.go1446 if c.config.Bugs.SendSupportedPointFormats != nil {
1447 serverExtensions.supportedPoints = c.config.Bugs.SendSupportedPointFormats
Drunner.go10914 SendSupportedPointFormats: []byte{pointFormatUncompressed},
10923 SendSupportedPointFormats: []byte{pointFormatUncompressed},
10960 SendSupportedPointFormats: []byte{42, pointFormatUncompressed, 99, pointFormatCompressedPrime},
10971 SendSupportedPointFormats: []byte{42, pointFormatUncompressed, 99, pointFormatCompressedPrime},
10984 SendSupportedPointFormats: []byte{},
10995 SendSupportedPointFormats: []byte{},
11007 SendSupportedPointFormats: []byte{pointFormatCompressedPrime},
11019 SendSupportedPointFormats: []byte{pointFormatCompressedPrime},