Searched refs:tlsext_supportedgroups (Results 1 – 7 of 7) sorted by relevance
621 &ssl->session->tlsext_supportedgroups[0])) in test_tlsext_supportedgroups_client()713 &ssl->tlsext_supportedgroups[0])) in test_tlsext_supportedgroups_client()716 &ssl->tlsext_supportedgroups[1])) in test_tlsext_supportedgroups_client()769 free(ssl->tlsext_supportedgroups); in test_tlsext_supportedgroups_client()770 ssl->tlsext_supportedgroups = NULL; in test_tlsext_supportedgroups_client()3716 ssl->session->tlsext_supportedgroups[0] = 29; in test_tlsext_keyshare_client()3717 ssl->session->tlsext_supportedgroups[1] = 23; in test_tlsext_keyshare_client()3718 ssl->session->tlsext_supportedgroups[2] = 24; in test_tlsext_keyshare_client()3719 ssl->session->tlsext_supportedgroups[3] = 25; in test_tlsext_keyshare_client()3788 ssl->session->tlsext_supportedgroups[0] = 25; in test_tlsext_keyshare_client()[all …]
241 ss->tlsext_supportedgroups = NULL; in SSL_SESSION_new()329 if (sess->tlsext_supportedgroups != NULL) { in ssl_session_dup()330 if ((copy->tlsext_supportedgroups = calloc(sizeof(uint16_t), in ssl_session_dup()333 memcpy(copy->tlsext_supportedgroups, in ssl_session_dup()334 sess->tlsext_supportedgroups, in ssl_session_dup()875 free(ss->tlsext_supportedgroups); in SSL_SESSION_free()
317 if (ctx->tlsext_supportedgroups != NULL) { in SSL_new()318 s->tlsext_supportedgroups = in SSL_new()320 sizeof(ctx->tlsext_supportedgroups[0])); in SSL_new()321 if (s->tlsext_supportedgroups == NULL) in SSL_new()323 memcpy(s->tlsext_supportedgroups, in SSL_new()324 ctx->tlsext_supportedgroups, in SSL_new()326 sizeof(ctx->tlsext_supportedgroups[0])); in SSL_new()575 free(s->tlsext_supportedgroups); in SSL_free()2231 free(ctx->tlsext_supportedgroups); in SSL_CTX_free()
425 *pgroups = s->session->tlsext_supportedgroups; in tls1_get_group_list()430 *pgroups = s->tlsext_supportedgroups; in tls1_get_group_list()
460 uint16_t *tlsext_supportedgroups; /* peer's list */ member853 uint16_t *tlsext_supportedgroups; /* our list */ member1047 uint16_t *tlsext_supportedgroups; /* our list */ member
1695 return tls1_set_groups(&s->tlsext_supportedgroups, in SSL_set1_groups()1703 return tls1_set_group_list(&s->tlsext_supportedgroups, in SSL_set1_groups_list()2134 return tls1_set_groups(&ctx->tlsext_supportedgroups, in SSL_CTX_set1_groups()2142 return tls1_set_group_list(&ctx->tlsext_supportedgroups, in SSL_CTX_set1_groups_list()
255 if (s->session->tlsext_supportedgroups == NULL) { in tlsext_supportedgroups_server_process()268 if (s->session->tlsext_supportedgroups != NULL) in tlsext_supportedgroups_server_process()296 s->session->tlsext_supportedgroups = groups; in tlsext_supportedgroups_server_process()