Home
last modified time | relevance | path

Searched refs:supportedgroups (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/ssl/
Ds3_lib.c3474 return ssl_set_tmp_ecdh_groups(&s->ext.supportedgroups, in ssl3_ctrl()
3627 return tls1_set_groups(&s->ext.supportedgroups, in ssl3_ctrl()
3631 return tls1_set_groups_list(s->ctx, &s->ext.supportedgroups, in ssl3_ctrl()
3806 return ssl_set_tmp_ecdh_groups(&ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
3907 return tls1_set_groups(&ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
3912 return tls1_set_groups_list(ctx, &ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
Dssl_lib.c782 if (ctx->ext.supportedgroups) { in SSL_new()
783 s->ext.supportedgroups = in SSL_new()
784 OPENSSL_memdup(ctx->ext.supportedgroups, in SSL_new()
786 * sizeof(*ctx->ext.supportedgroups)); in SSL_new()
787 if (!s->ext.supportedgroups) { in SSL_new()
1224 OPENSSL_free(s->ext.supportedgroups); in SSL_free()
3483 OPENSSL_free(a->ext.supportedgroups); in SSL_CTX_free()
Dssl_local.h1068 uint16_t *supportedgroups; member
1619 uint16_t *supportedgroups; member
Dt1_lib.c513 if (s->ext.supportedgroups == NULL) { in tls1_get_supported_groups()
517 *pgroups = s->ext.supportedgroups; in tls1_get_supported_groups()