Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go162 pointFormatUncompressed uint8 = 0 const
Dhandshake_client.go138 supportedPoints: []uint8{pointFormatUncompressed},
Drunner.go11783 SendSupportedPointFormats: []byte{pointFormatUncompressed},
11792 SendSupportedPointFormats: []byte{pointFormatUncompressed},
11829 SendSupportedPointFormats: []byte{42, pointFormatUncompressed, 99, pointFormatCompressedPrime},
11840 SendSupportedPointFormats: []byte{42, pointFormatUncompressed, 99, pointFormatCompressedPrime},
Dhandshake_server.go1294 if pointFormat == pointFormatUncompressed {