Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go158 pointFormatUncompressed uint8 = 0 const
Dhandshake_client.go114 supportedPoints: []uint8{pointFormatUncompressed},
Dhandshake_server.go1250 if pointFormat == pointFormatUncompressed {
Drunner.go10914 SendSupportedPointFormats: []byte{pointFormatUncompressed},
10923 SendSupportedPointFormats: []byte{pointFormatUncompressed},
10960 SendSupportedPointFormats: []byte{42, pointFormatUncompressed, 99, pointFormatCompressedPrime},
10971 SendSupportedPointFormats: []byte{42, pointFormatUncompressed, 99, pointFormatCompressedPrime},