Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcommon.go156 pointFormatUncompressed uint8 = 0 const
Dhandshake_client.go87 supportedPoints: []uint8{pointFormatUncompressed},
Drunner.go9482 SendSupportedPointFormats: []byte{pointFormatUncompressed},
9491 SendSupportedPointFormats: []byte{pointFormatUncompressed},
9506 SendSupportedPointFormats: []byte{42, pointFormatUncompressed, 99, pointFormatCompressedPrime},
9517 SendSupportedPointFormats: []byte{42, pointFormatUncompressed, 99, pointFormatCompressedPrime},
Dhandshake_server.go1122 if pointFormat == pointFormatUncompressed {