Searched refs:pointFormatUncompressed (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | common.go | 162 pointFormatUncompressed uint8 = 0 const
|
D | handshake_client.go | 138 supportedPoints: []uint8{pointFormatUncompressed},
|
D | runner.go | 11783 SendSupportedPointFormats: []byte{pointFormatUncompressed}, 11792 SendSupportedPointFormats: []byte{pointFormatUncompressed}, 11829 SendSupportedPointFormats: []byte{42, pointFormatUncompressed, 99, pointFormatCompressedPrime}, 11840 SendSupportedPointFormats: []byte{42, pointFormatUncompressed, 99, pointFormatCompressedPrime},
|
D | handshake_server.go | 1294 if pointFormat == pointFormatUncompressed {
|