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