Home
last modified time | relevance | path

Searched refs:maxVersion (Results 1 – 10 of 10) sorted by relevance

/external/oauth/core/src/main/java/net/oauth/
DSimpleOAuthValidator.java54 public SimpleOAuthValidator(long timestampWindowMsec, double maxVersion) { in SimpleOAuthValidator() argument
56 this.maxVersion = maxVersion; in SimpleOAuthValidator()
60 protected final double maxVersion; field in SimpleOAuthValidator
77 if (version < minVersion || maxVersion < version) { in validateVersion()
79 problem.setParameter("oauth_acceptable_versions", minVersion + "-" + maxVersion); in validateVersion()
/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go105 maxVersion := c.config.maxVersion(c.isDTLS)
124 extendedMasterSecret: maxVersion >= VersionTLS10,
134 if maxVersion >= VersionTLS13 {
141 hello.vers = mapClientHelloVersion(maxVersion, c.isDTLS)
200 if maxVersion >= VersionTLS13 {
252 if maxVersion < VersionTLS12 && suite.flags&suiteTLS12 != 0 {
278 if maxVersion >= VersionTLS12 && !c.config.Bugs.NoSignatureAlgorithms {
315 candidateSession.vers <= maxVersion
386 if len(hello.sessionId) == 0 && maxVersion >= VersionTLS13 {
647 if c.vers <= VersionTLS12 && c.config.maxVersion(c.isDTLS) >= VersionTLS13 {
[all …]
Dcommon.go56 maxVersion = VersionTLS13 const
1713 func (c *Config) maxVersion(isDTLS bool) uint16 { func
1714 ret := uint16(maxVersion)
1775 if !ok || c.minVersion(isDTLS) > vers || vers > c.maxVersion(isDTLS) {
Dhandshake_server.go1198 if c.vers <= VersionTLS12 && config.maxVersion(c.isDTLS) >= VersionTLS13 {
1201 if c.vers <= VersionTLS11 && config.maxVersion(c.isDTLS) == VersionTLS12 {
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp77 tcu::Maybe<deUint32> maxVersion; member
84 , maxVersion (maxVersion_) in RequiredExtension()
DvkQueryUtil.cpp362 if (required.maxVersion && required.maxVersion.get() < extensionProperties.specVersion) in isCompatible()
/external/skia/infra/cts/
Drun_testlab.go207 func filterVersions(versionIDs []string, minVersion, maxVersion int) []string {
214 if (id >= minVersion) && (id <= maxVersion) {
/external/skqp/infra/cts/
Drun_testlab.go207 func filterVersions(versionIDs []string, minVersion, maxVersion int) []string {
214 if (id >= minVersion) && (id <= maxVersion) {
/external/wpa_supplicant_8/src/eap_server/
Dtncs.c50 TNC_Version maxVersion,
/external/wpa_supplicant_8/src/eap_peer/
Dtncc.c72 TNC_Version maxVersion,