Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/ssl/
H A Ds3_lib.c3462 return tls1_set_groups(&s->ext.supportedgroups, in ssl3_ctrl()
3624 return tls1_set_groups(&s->ext.supportedgroups, in ssl3_ctrl()
3628 return tls1_set_groups_list(&s->ext.supportedgroups, in ssl3_ctrl()
3817 return tls1_set_groups(&ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
3919 return tls1_set_groups(&ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
3924 return tls1_set_groups_list(&ctx->ext.supportedgroups, in ssl3_ctx_ctrl()
H A Dssl_lib.c791 if (ctx->ext.supportedgroups) { in SSL_new()
792 s->ext.supportedgroups = in SSL_new()
793 OPENSSL_memdup(ctx->ext.supportedgroups, in SSL_new()
795 * sizeof(*ctx->ext.supportedgroups)); in SSL_new()
796 if (!s->ext.supportedgroups) { in SSL_new()
1201 OPENSSL_free(s->ext.supportedgroups); in SSL_free()
3362 OPENSSL_free(a->ext.supportedgroups); in SSL_CTX_free()
H A Dssl_local.h953 uint16_t *supportedgroups; member
1305 uint16_t *supportedgroups; member
H A Dt1_lib.c238 if (s->ext.supportedgroups == NULL) { in tls1_get_supported_groups()
242 *pgroups = s->ext.supportedgroups; in tls1_get_supported_groups()