Searched refs:maxVersion (Results 1 – 10 of 10) sorted by relevance
/external/oauth/core/src/main/java/net/oauth/ |
D | SimpleOAuthValidator.java | 54 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/ |
D | handshake_client.go | 105 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 …]
|
D | common.go | 56 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) {
|
D | handshake_server.go | 1198 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/ |
D | vkQueryUtil.hpp | 77 tcu::Maybe<deUint32> maxVersion; member 84 , maxVersion (maxVersion_) in RequiredExtension()
|
D | vkQueryUtil.cpp | 362 if (required.maxVersion && required.maxVersion.get() < extensionProperties.specVersion) in isCompatible()
|
/external/skia/infra/cts/ |
D | run_testlab.go | 207 func filterVersions(versionIDs []string, minVersion, maxVersion int) []string { 214 if (id >= minVersion) && (id <= maxVersion) {
|
/external/skqp/infra/cts/ |
D | run_testlab.go | 207 func filterVersions(versionIDs []string, minVersion, maxVersion int) []string { 214 if (id >= minVersion) && (id <= maxVersion) {
|
/external/wpa_supplicant_8/src/eap_server/ |
D | tncs.c | 50 TNC_Version maxVersion,
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | tncc.c | 72 TNC_Version maxVersion,
|