| /src/crypto/external/bsd/openssl/dist/providers/common/ |
| capabilities.c | 30 int maxdtls; /* Maximum DTLS version (or 0 for undefined) */ member in struct:tls_group_constants_st 119 (unsigned int *)&group_list[idx].maxdtls), \
|
| /src/crypto/external/apache2/openssl/dist/providers/common/ |
| capabilities.c | 34 int maxdtls; /* Maximum DTLS version (or 0 for undefined) */ member in struct:tls_group_constants_st 118 (unsigned int *)&group_list[idx].maxdtls), \
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| tls-provider.c | 103 unsigned int maxdtls; member in struct:tls_group_st 115 -1, /* maxdtls */ 127 -1, /* maxdtls */ 147 OSSL_PARAM_int(OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS, &xor_group.maxdtls), 166 OSSL_PARAM_int(OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS, &xor_kemgroup.maxdtls),
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| t1_lib.c | 322 if (p == NULL || !OSSL_PARAM_get_int(p, &ginf->maxdtls)) { 538 sinf->mindtls = sinf->maxdtls = -1; 545 if (p != NULL && !OSSL_PARAM_get_int(p, &sinf->maxdtls)) { 550 if ((sinf->maxdtls != 0) && (sinf->maxdtls != -1) && ((sinf->maxdtls > sinf->mindtls))) { 555 sinf->mindtls = sinf->maxdtls = -1; 871 group_maxversion = SSL_CONNECTION_IS_DTLS(s) ? ginfo->maxdtls : ginfo->maxtls; 1060 ? inf->maxdtls 2283 cache[cache_idx].maxdtls = -1 [all...] |
| ssl_local.h | 747 int maxdtls; /* Maximum DTLS version (or 0 for undefined) */ member in struct:tls_group_info_st 766 int maxdtls; /* Maximum DTLS version (or 0 for undefined) */ member in struct:tls_sigalg_info_st 1896 int maxdtls; member in struct:sigalg_lookup_st
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| t1_lib.c | 336 if (p == NULL || !OSSL_PARAM_get_int(p, &ginf->maxdtls)) { 538 if (ginfo->mindtls < 0 || ginfo->maxdtls < 0) 540 if (ginfo->maxdtls == 0) 543 ret = DTLS_VERSION_LE(minversion, ginfo->maxdtls); 650 if (inf->maxdtls == -1) 653 || (inf->maxdtls != 0 654 && DTLS_VERSION_GT(s->version, inf->maxdtls)))
|
| ssl_local.h | 827 int maxdtls; /* Maximum DTLS version (or 0 for undefined) */ member in struct:tls_group_info_st
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| tls-provider.c | 208 unsigned int maxdtls; member in struct:tls_group_st 220 -1, /* maxdtls */ 232 -1, /* maxdtls */ 252 OSSL_PARAM_int(OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS, &xor_group.maxdtls), 271 OSSL_PARAM_int(OSSL_CAPABILITY_TLS_GROUP_MAX_DTLS, &xor_kemgroup.maxdtls),
|