Home
last modified time | relevance | path

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

/third_party/openssl/ssl/statem/
Dextensions_clnt.c116 const uint16_t *pgroups = NULL; in use_ecc() local
142 tls1_get_supported_groups(s, &pgroups, &num_groups); in use_ecc()
144 uint16_t ctmp = pgroups[j]; in use_ecc()
189 const uint16_t *pgroups = NULL; in tls_construct_ctos_supported_groups() local
210 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_construct_ctos_supported_groups()
222 uint16_t ctmp = pgroups[i]; in tls_construct_ctos_supported_groups()
655 const uint16_t *pgroups = NULL; in tls_construct_ctos_key_share() local
668 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_construct_ctos_key_share()
679 if (!tls_group_allowed(s, pgroups[i], SSL_SECOP_CURVE_SUPPORTED)) in tls_construct_ctos_key_share()
682 if (!tls_valid_group(s, pgroups[i], TLS1_3_VERSION, TLS1_3_VERSION, in tls_construct_ctos_key_share()
[all …]
Dextensions.c1378 const uint16_t *pgroups, *clntgroups; in final_key_share() local
1386 tls1_get_supported_groups(s, &pgroups, &num_groups); in final_key_share()
1392 group_id = pgroups[i]; in final_key_share()
/third_party/openssl/ssl/
Dt1_lib.c492 void tls1_get_supported_groups(SSL *s, const uint16_t **pgroups, in tls1_get_supported_groups() argument
498 *pgroups = suiteb_curves; in tls1_get_supported_groups()
503 *pgroups = suiteb_curves; in tls1_get_supported_groups()
508 *pgroups = suiteb_curves + 1; in tls1_get_supported_groups()
514 *pgroups = s->ctx->ext.supported_groups_default; in tls1_get_supported_groups()
517 *pgroups = s->ext.supportedgroups; in tls1_get_supported_groups()
Dssl_local.h2369 static ossl_inline void tls1_get_peer_groups(SSL *s, const uint16_t **pgroups, in tls1_get_peer_groups() argument
2372 *pgroups = s->ext.peer_supportedgroups; in tls1_get_peer_groups()
2670 void tls1_get_supported_groups(SSL *s, const uint16_t **pgroups,