Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/ssl/statem/
Dextensions_clnt.c121 const uint16_t *pgroups = NULL; in use_ecc() local
148 tls1_get_supported_groups(s, &pgroups, &num_groups); in use_ecc()
150 uint16_t ctmp = pgroups[j]; in use_ecc()
189 const uint16_t *pgroups = NULL; in tls_construct_ctos_supported_groups() local
199 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_construct_ctos_supported_groups()
212 uint16_t ctmp = pgroups[i]; in tls_construct_ctos_supported_groups()
663 const uint16_t *pgroups = NULL; in tls_construct_ctos_key_share() local
677 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_construct_ctos_key_share()
688 if (!tls_curve_allowed(s, pgroups[i], SSL_SECOP_CURVE_SUPPORTED)) in tls_construct_ctos_key_share()
691 curve_id = pgroups[i]; in tls_construct_ctos_key_share()
[all …]
Dextensions.c1386 const uint16_t *pgroups, *clntgroups; in final_key_share() local
1394 tls1_get_supported_groups(s, &pgroups, &num_groups); in final_key_share()
1400 group_id = pgroups[i]; in final_key_share()
/freebsd-12-stable/crypto/openssl/ssl/
Dt1_lib.c216 void tls1_get_supported_groups(SSL *s, const uint16_t **pgroups, in tls1_get_supported_groups() argument
223 *pgroups = suiteb_curves; in tls1_get_supported_groups()
228 *pgroups = suiteb_curves; in tls1_get_supported_groups()
233 *pgroups = suiteb_curves + 1; in tls1_get_supported_groups()
239 *pgroups = eccurves_default; in tls1_get_supported_groups()
242 *pgroups = s->ext.supportedgroups; in tls1_get_supported_groups()
Dssl_local.h2242 static ossl_inline void tls1_get_peer_groups(SSL *s, const uint16_t **pgroups, in tls1_get_peer_groups() argument
2245 *pgroups = s->ext.peer_supportedgroups; in tls1_get_peer_groups()
2529 void tls1_get_supported_groups(SSL *s, const uint16_t **pgroups,