Home
last modified time | relevance | path

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

/openssl-master/ssl/statem/
A 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()
682 curve_id = pgroups[i]; in tls_construct_ctos_key_share()
1751 const uint16_t *pgroups = NULL; in tls_parse_stoc_key_share() local
[all …]
A Dextensions.c1355 const uint16_t *pgroups, *clntgroups; in final_key_share() local
1363 tls1_get_supported_groups(s, &pgroups, &num_groups); in final_key_share()
1369 group_id = pgroups[i]; in final_key_share()
/openssl-master/ssl/
A Dt1_lib.c490 void tls1_get_supported_groups(SSL *s, const uint16_t **pgroups, in tls1_get_supported_groups() argument
496 *pgroups = suiteb_curves; in tls1_get_supported_groups()
501 *pgroups = suiteb_curves; in tls1_get_supported_groups()
506 *pgroups = suiteb_curves + 1; in tls1_get_supported_groups()
512 *pgroups = s->ctx->ext.supported_groups_default; in tls1_get_supported_groups()
515 *pgroups = s->ext.supportedgroups; in tls1_get_supported_groups()
A Dssl_local.h2363 static ossl_inline void tls1_get_peer_groups(SSL *s, const uint16_t **pgroups, in tls1_get_peer_groups() argument
2366 *pgroups = s->ext.peer_supportedgroups; in tls1_get_peer_groups()
2663 void tls1_get_supported_groups(SSL *s, const uint16_t **pgroups,

Completed in 24 milliseconds