Home
last modified time | relevance | path

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

/freebsd-12.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.c787 if (ctx->ext.supportedgroups) { in SSL_new()
788 s->ext.supportedgroups = in SSL_new()
789 OPENSSL_memdup(ctx->ext.supportedgroups, in SSL_new()
791 * sizeof(*ctx->ext.supportedgroups)); in SSL_new()
792 if (!s->ext.supportedgroups) in SSL_new()
1189 OPENSSL_free(s->ext.supportedgroups); in SSL_free()
3162 OPENSSL_free(a->ext.supportedgroups); in SSL_CTX_free()
H A Dssl_locl.h952 uint16_t *supportedgroups; member
1304 uint16_t *supportedgroups; member
H A Dt1_lib.c237 if (s->ext.supportedgroups == NULL) { in tls1_get_supported_groups()
241 *pgroups = s->ext.supportedgroups; in tls1_get_supported_groups()