Searched refs:pointFormatUncompressed (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | common.go | 158 pointFormatUncompressed uint8 = 0 const
|
D | handshake_client.go | 114 supportedPoints: []uint8{pointFormatUncompressed},
|
D | handshake_server.go | 1250 if pointFormat == pointFormatUncompressed {
|
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},
|