| /src/crypto/external/bsd/openssl/dist/ssl/ |
| s3_lib.c | 3478 return ssl_set_tmp_ecdh_groups(&s->ext.supportedgroups, 3631 return tls1_set_groups(&s->ext.supportedgroups, 3635 return tls1_set_groups_list(s->ctx, &s->ext.supportedgroups, 3810 return ssl_set_tmp_ecdh_groups(&ctx->ext.supportedgroups, 3911 return tls1_set_groups(&ctx->ext.supportedgroups, 3916 return tls1_set_groups_list(ctx, &ctx->ext.supportedgroups,
|
| ssl_lib.c | 797 if (ctx->ext.supportedgroups) { 798 s->ext.supportedgroups = 799 OPENSSL_memdup(ctx->ext.supportedgroups, 801 * sizeof(*ctx->ext.supportedgroups)); 802 if (!s->ext.supportedgroups) { 1237 OPENSSL_free(s->ext.supportedgroups); 3519 OPENSSL_free(a->ext.supportedgroups);
|
| ssl_local.h | 1068 uint16_t *supportedgroups; member in struct:ssl_ctx_st::__anon1656 1619 uint16_t *supportedgroups; member in struct:ssl_st::__anon1660
|
| t1_lib.c | 514 if (s->ext.supportedgroups == NULL) { 518 *pgroups = s->ext.supportedgroups;
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| s3_lib.c | 3462 return tls1_set_groups(&s->ext.supportedgroups, 3624 return tls1_set_groups(&s->ext.supportedgroups, 3628 return tls1_set_groups_list(&s->ext.supportedgroups, 3823 return tls1_set_groups(&ctx->ext.supportedgroups, 3925 return tls1_set_groups(&ctx->ext.supportedgroups, 3930 return tls1_set_groups_list(&ctx->ext.supportedgroups,
|
| ssl_lib.c | 789 if (ctx->ext.supportedgroups) { 790 s->ext.supportedgroups = 791 OPENSSL_memdup(ctx->ext.supportedgroups, 793 * sizeof(*ctx->ext.supportedgroups)); 794 if (!s->ext.supportedgroups) { 1195 OPENSSL_free(s->ext.supportedgroups); 3286 OPENSSL_free(a->ext.supportedgroups);
|
| ssl_local.h | 951 uint16_t *supportedgroups; member in struct:ssl_ctx_st::__anon2192 1303 uint16_t *supportedgroups; member in struct:ssl_st::__anon2194
|
| t1_lib.c | 238 if (s->ext.supportedgroups == NULL) { 242 *pgroups = s->ext.supportedgroups;
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| s3_lib.c | 4010 return ssl_set_tmp_ecdh_groups(&sc->ext.supportedgroups, 4166 return tls1_set_groups(&sc->ext.supportedgroups, 4176 &sc->ext.supportedgroups, 4384 return ssl_set_tmp_ecdh_groups(&ctx->ext.supportedgroups, 4483 return tls1_set_groups(&ctx->ext.supportedgroups, 4493 &ctx->ext.supportedgroups,
|
| t1_lib.c | 803 if (s->ext.supportedgroups == NULL) { 804 *pgroups = sctx->ext.supportedgroups; 807 *pgroups = s->ext.supportedgroups; 816 * s->ext.supportedgroups == NULL means legacy syntax (no [*,/,-]) from built-in group array. 832 if (s->ext.supportedgroups == NULL) { 833 *pgroups = sctx->ext.supportedgroups; 846 if (s->ext.supportedgroups == NULL) {
|
| ssl_lib.c | 840 if (ctx->ext.supportedgroups != NULL) { 846 s->ext.supportedgroups = OPENSSL_memdup(ctx->ext.supportedgroups, 848 * sizeof(*ctx->ext.supportedgroups)); 849 if (s->ext.supportedgroups == NULL) { 1487 OPENSSL_free(s->ext.supportedgroups); 4406 OPENSSL_free(a->ext.supportedgroups);
|
| ssl_local.h | 1024 uint16_t *supportedgroups; member in struct:ssl_ctx_st::__anon625 1657 uint16_t *supportedgroups; member in struct:ssl_connection_st::__anon629
|
| /src/crypto/external/apache2/openssl/dist/ssl/statem/ |
| extensions_clnt.c | 746 if (s->ext.supportedgroups == NULL) /* use default */
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| sslapitest.c | 10367 || !TEST_int_eq(ctx->ext.supportedgroups[0], OSSL_TLS_GROUP_ID_secp384r1) 10368 || !TEST_int_eq(ctx->ext.supportedgroups[1], OSSL_TLS_GROUP_ID_secp521r1)) 10406 || !TEST_int_eq(ctx->ext.supportedgroups[0], OSSL_TLS_GROUP_ID_secp521r1))
|