HomeSort by: relevance | last modified time | path
    Searched defs:max_version (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci/
nouveau_nvkm_subdev_pci_pcie.c 102 int max_version = nvkm_pcie_get_max_version(pci); local
103 if (max_version > 0 && max_version > ret)
104 ret = nvkm_pcie_set_version(pci, max_version);
106 if (ret < max_version)
  /src/crypto/external/bsd/openssl/dist/test/
ssl_ctx_test.c 15 int max_version; member in struct:__anon1767
48 if (!TEST_int_eq(SSL_CTX_set_max_proto_version(ctx, t.max_version), t.max_ok))
57 if (!TEST_int_eq(SSL_set_max_proto_version(ssl, t.max_version), t.max_ok))
ssl_old_test.c 918 int min_version = 0, max_version = 0; local
1347 max_version = SSL3_VERSION;
1350 max_version = TLS1_VERSION;
1353 max_version = TLS1_1_VERSION;
1356 max_version = TLS1_2_VERSION;
1361 max_version = TLS1_2_VERSION;
1363 max_version = 0;
1372 max_version = DTLS1_VERSION;
1375 max_version = DTLS1_2_VERSION;
1378 max_version = 0
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
ssl_ctx_test.c 15 int max_version; member in struct:__anon2261
48 if (!TEST_int_eq(SSL_CTX_set_max_proto_version(ctx, t.max_version), t.max_ok))
57 if (!TEST_int_eq(SSL_set_max_proto_version(ssl, t.max_version), t.max_ok))
  /src/crypto/external/apache2/openssl/dist/test/
ssl_ctx_test.c 16 int max_version; member in struct:__anon755
112 if (!TEST_int_eq(SSL_CTX_set_max_proto_version(ctx, t.max_version), t.max_ok))
121 if (!TEST_int_eq(SSL_set_max_proto_version(ssl, t.max_version), t.max_ok))
ssl_old_test.c 928 int min_version = 0, max_version = 0; local
1348 max_version = SSL3_VERSION;
1351 max_version = TLS1_VERSION;
1354 max_version = TLS1_1_VERSION;
1357 max_version = TLS1_2_VERSION;
1362 max_version = TLS1_2_VERSION;
1364 max_version = 0;
1373 max_version = DTLS1_VERSION;
1376 max_version = DTLS1_2_VERSION;
1379 max_version = 0
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
ciphers.c 109 int min_version = 0, max_version = 0; local
140 max_version = SSL3_VERSION;
144 max_version = TLS1_VERSION;
148 max_version = TLS1_1_VERSION;
152 max_version = TLS1_2_VERSION;
156 max_version = TLS1_3_VERSION;
197 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0)
s_time.c 148 int min_version = 0, max_version = 0, ver, buf_len, fd; local
229 max_version = SSL3_VERSION;
233 max_version = TLS1_VERSION;
237 max_version = TLS1_1_VERSION;
241 max_version = TLS1_2_VERSION;
245 max_version = TLS1_3_VERSION;
267 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0)
  /src/crypto/external/bsd/openssl/dist/apps/
ciphers.c 106 int min_version = 0, max_version = 0; local
137 max_version = SSL3_VERSION;
141 max_version = TLS1_VERSION;
145 max_version = TLS1_1_VERSION;
149 max_version = TLS1_2_VERSION;
153 max_version = TLS1_3_VERSION;
195 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0)
s_time.c 130 int min_version = 0, max_version = 0, ver, buf_len, fd; local
211 max_version = SSL3_VERSION;
215 max_version = TLS1_VERSION;
219 max_version = TLS1_1_VERSION;
223 max_version = TLS1_2_VERSION;
227 max_version = TLS1_3_VERSION;
250 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0)
  /src/crypto/external/bsd/openssl.old/dist/apps/
ciphers.c 100 int min_version = 0, max_version = 0; local
131 max_version = SSL3_VERSION;
135 max_version = TLS1_VERSION;
139 max_version = TLS1_1_VERSION;
143 max_version = TLS1_2_VERSION;
147 max_version = TLS1_3_VERSION;
184 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0)
s_time.c 105 int max_version = 0, ver, buf_len; local
181 max_version = SSL3_VERSION;
197 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0)
  /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
test_config.h 52 int max_version = 0; member in struct:TestConfig
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_drv.h 155 uint32_t max_version; member in struct:virtio_gpu_drv_capset
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions.c 778 int max_version)
788 && (SSL_IS_DTLS(s) || max_version < TLS1_3_VERSION)))
806 int min_version, max_version = 0, reason; local
824 reason = ssl_get_min_max_version(s, &min_version, &max_version, NULL);
836 if (!custom_ext_add(s, context, pkt, x, chainidx, max_version)) {
847 if (!should_add_extension(s, thisexd->context, context, max_version))
extensions_clnt.c 111 static int use_ecc(SSL *s, int min_version, int max_version)
146 if (tls_valid_group(s, ctmp, min_version, max_version, 1, NULL)
160 int reason, min_version, max_version; local
162 reason = ssl_get_min_max_version(s, &min_version, &max_version, NULL);
167 if (!use_ecc(s, min_version, max_version))
191 int min_version, max_version, reason; local
193 reason = ssl_get_min_max_version(s, &min_version, &max_version, NULL);
203 if (!use_ecc(s, min_version, max_version)
204 && (SSL_IS_DTLS(s) || max_version < TLS1_3_VERSION))
225 if (tls_valid_group(s, ctmp, min_version, max_version, 0, &okfortls13
527 int currv, min_version, max_version, reason; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions.c 777 int max_version)
787 && (SSL_IS_DTLS(s) || max_version < TLS1_3_VERSION)))
805 int min_version, max_version = 0, reason; local
824 reason = ssl_get_min_max_version(s, &min_version, &max_version, NULL);
837 if (!custom_ext_add(s, context, pkt, x, chainidx, max_version)) {
848 if (!should_add_extension(s, thisexd->context, context, max_version))
extensions_clnt.c 525 int currv, min_version, max_version, reason; local
527 reason = ssl_get_min_max_version(s, &min_version, &max_version, NULL);
538 if (max_version < TLS1_3_VERSION)
550 for (currv = max_version; currv >= min_version; currv--) {
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_conf.c 101 /* Pointer to SSL or SSL_CTX max_version field or NULL if none */
102 int *max_version; member in struct:ssl_conf_ctx_st
372 return min_max_proto(cctx, value, cctx->max_version);
1161 cctx->max_version = &sc->max_proto_version;
1171 cctx->max_version = NULL;
1185 cctx->max_version = &ctx->max_proto_version;
1195 cctx->max_version = NULL;
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions.c 775 unsigned int thisctx, int max_version)
785 && (SSL_CONNECTION_IS_DTLS(s) || max_version < TLS1_3_VERSION)))
804 int min_version, max_version = 0, reason; local
823 reason = ssl_get_min_max_version(s, &min_version, &max_version, NULL);
836 if (!custom_ext_add(s, context, pkt, x, chainidx, max_version)) {
848 if (!should_add_extension(s, thisexd->context, context, max_version))
extensions_clnt.c 139 static int use_ecc(SSL_CONNECTION *s, int min_version, int max_version)
175 if (tls_valid_group(s, ctmp, min_version, max_version, 1, NULL)
189 int reason, min_version, max_version; local
191 reason = ssl_get_min_max_version(s, &min_version, &max_version, NULL);
196 if (!use_ecc(s, min_version, max_version))
220 int min_version, max_version, reason; local
222 reason = ssl_get_min_max_version(s, &min_version, &max_version, NULL);
232 if (!use_ecc(s, min_version, max_version)
233 && (SSL_CONNECTION_IS_DTLS(s) || max_version < TLS1_3_VERSION))
254 if (tls_valid_group(s, ctmp, min_version, max_version, 0, &okfortls13
574 int currv, min_version, max_version, reason; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_conf.c 96 /* Pointer to SSL or SSL_CTX max_version field or NULL if none */
97 int *max_version; member in struct:ssl_conf_ctx_st
369 return min_max_proto(cctx, value, cctx->max_version);
1060 cctx->max_version = &ssl->max_proto_version;
1066 cctx->max_version = NULL;
1079 cctx->max_version = &ctx->max_proto_version;
1085 cctx->max_version = NULL;
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_conf.c 95 /* Pointer to SSL or SSL_CTX max_version field or NULL if none */
96 int *max_version; member in struct:ssl_conf_ctx_st
371 return min_max_proto(cctx, value, cctx->max_version);
971 cctx->max_version = &ssl->max_proto_version;
977 cctx->max_version = NULL;
990 cctx->max_version = &ctx->max_proto_version;
996 cctx->max_version = NULL;
  /src/external/gpl3/gdb.old/dist/gdb/
sparc64-tdep.c 102 int max_version;
224 proc->stat.max_version = (1 << proc->stat.nbits) - 2;
277 version tag values are between 0 and adi_stat.max_version. */
526 if (version < 0 || version > ast.max_version)
101 int max_version; member in struct:adi_stat_t
  /src/external/gpl3/gdb/dist/gdb/
sparc64-tdep.c 102 int max_version;
224 proc->stat.max_version = (1 << proc->stat.nbits) - 2;
277 version tag values are between 0 and adi_stat.max_version. */
526 if (version < 0 || version > ast.max_version)
101 int max_version; member in struct:adi_stat_t

Completed in 51 milliseconds

1 2