Searched refs:SendSupportedPointFormats (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | common.go | 1500 SendSupportedPointFormats []byte member
|
D | handshake_client.go | 173 if c.config.Bugs.SendSupportedPointFormats != nil { 174 hello.supportedPoints = c.config.Bugs.SendSupportedPointFormats
|
D | handshake_server.go | 1446 if c.config.Bugs.SendSupportedPointFormats != nil { 1447 serverExtensions.supportedPoints = c.config.Bugs.SendSupportedPointFormats
|
D | runner.go | 10914 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},
|