Home
last modified time | relevance | path

Searched refs:isPqGroup (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/ssl/test/runner/
H A Dkey_agreement.go597 if isPqGroup(candidate) && version < VersionTLS13 {
H A Dhandshake_server.go202 if isPqGroup(offeredCurve) {
1271 if isPqGroup(curve) && c.vers < VersionTLS13 {
H A Drunner.go11227 func isPqGroup(r CurveID) bool { func
11234 if isPqGroup(curve.id) && ver.version < VersionTLS13 {
11280 if curve.id != CurveX25519 && !isPqGroup(curve.id) {
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/ssl/test/runner/
H A Dkey_agreement.go597 if isPqGroup(candidate) && version < VersionTLS13 {
H A Dhandshake_server.go202 if isPqGroup(offeredCurve) {
1279 if isPqGroup(curve) && c.vers < VersionTLS13 {
H A Drunner.go11446 func isPqGroup(r CurveID) bool { func
11453 if isPqGroup(curve.id) && ver.version < VersionTLS13 {
11499 if curve.id != CurveX25519 && !isPqGroup(curve.id) {
/dports/security/boringssl/boringssl-6a71840/ssl/test/runner/
H A Dkey_agreement.go597 if isPqGroup(candidate) && version < VersionTLS13 {
H A Dhandshake_server.go212 if isPqGroup(offeredCurve) {
1230 if isPqGroup(curve) && c.vers < VersionTLS13 {
H A Drunner.go10478 func isPqGroup(r CurveID) bool { func
10485 if isPqGroup(curve.id) && ver.version < VersionTLS13 {
10527 if curve.id != CurveX25519 && !isPqGroup(curve.id) {