Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go1477 SendSupportedPointFormats []byte member
Dhandshake_client.go144 if c.config.Bugs.SendSupportedPointFormats != nil {
145 hello.supportedPoints = c.config.Bugs.SendSupportedPointFormats
Drunner.go10740 SendSupportedPointFormats: []byte{pointFormatUncompressed},
10749 SendSupportedPointFormats: []byte{pointFormatUncompressed},
10786 SendSupportedPointFormats: []byte{42, pointFormatUncompressed, 99, pointFormatCompressedPrime},
10797 SendSupportedPointFormats: []byte{42, pointFormatUncompressed, 99, pointFormatCompressedPrime},
10810 SendSupportedPointFormats: []byte{},
10821 SendSupportedPointFormats: []byte{},
10833 SendSupportedPointFormats: []byte{pointFormatCompressedPrime},
10845 SendSupportedPointFormats: []byte{pointFormatCompressedPrime},
Dhandshake_server.go1377 if c.config.Bugs.SendSupportedPointFormats != nil {
1378 serverExtensions.supportedPoints = c.config.Bugs.SendSupportedPointFormats