Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c3478 return ssl_set_tmp_ecdh_groups(&s->ext.supportedgroups, in ssl3_ctrl()
3631 return tls1_set_groups(&s->ext.supportedgroups, in ssl3_ctrl()
3635 return tls1_set_groups_list(s->ctx, &s->ext.supportedgroups, in ssl3_ctrl()
3810 return ssl_set_tmp_ecdh_groups(&ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
3911 return tls1_set_groups(&ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
3916 return tls1_set_groups_list(ctx, &ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
H A Dssl_lib.c797 if (ctx->ext.supportedgroups) { in SSL_new()
798 s->ext.supportedgroups = in SSL_new()
799 OPENSSL_memdup(ctx->ext.supportedgroups, in SSL_new()
801 * sizeof(*ctx->ext.supportedgroups)); in SSL_new()
802 if (!s->ext.supportedgroups) { in SSL_new()
1237 OPENSSL_free(s->ext.supportedgroups); in SSL_free()
3502 OPENSSL_free(a->ext.supportedgroups); in SSL_CTX_free()
H A Dssl_local.h1068 uint16_t *supportedgroups; member
1619 uint16_t *supportedgroups; member
H A Dt1_lib.c514 if (s->ext.supportedgroups == NULL) { in tls1_get_supported_groups()
518 *pgroups = s->ext.supportedgroups; in tls1_get_supported_groups()