Home
last modified time | relevance | path

Searched refs:QUICUseCodepointStandard (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dcommon.go352 QUICUseCodepointStandard QUICUseCodepoint = iota const
360 return c == QUICUseCodepointStandard || c == QUICUseCodepointBoth
369 case QUICUseCodepointStandard:
Drunner.go1312 test.config.QUICTransportParamsUseLegacyCodepoint = QUICUseCodepointStandard
1315 test.resumeConfig.QUICTransportParamsUseLegacyCodepoint = QUICUseCodepointStandard
8014 …for _, clientConfig := range []QUICUseCodepoint{QUICUseCodepointStandard, QUICUseCodepointLegacy} {
8015 …for _, serverSends := range []QUICUseCodepoint{QUICUseCodepointStandard, QUICUseCodepointLegacy, Q…
8069 …for _, clientSends := range []QUICUseCodepoint{QUICUseCodepointStandard, QUICUseCodepointLegacy, Q…
8070 …for _, serverConfig := range []QUICUseCodepoint{QUICUseCodepointStandard, QUICUseCodepointLegacy} {
8118 …for _, clientConfig := range []QUICUseCodepoint{QUICUseCodepointStandard, QUICUseCodepointLegacy} {
8145 …for _, clientSends := range []QUICUseCodepoint{QUICUseCodepointStandard, QUICUseCodepointLegacy, Q…
8146 …for _, serverConfig := range []QUICUseCodepoint{QUICUseCodepointStandard, QUICUseCodepointLegacy} {
8153 if clientSends == QUICUseCodepointStandard || clientSends == QUICUseCodepointBoth {