Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dextensions_clnt.c144 const uint16_t *pgroups = NULL; in use_ecc() local
171 tls1_get_supported_groups(s, &pgroups, &num_groups); in use_ecc()
173 uint16_t ctmp = pgroups[j]; in use_ecc()
218 const uint16_t *pgroups = NULL; in tls_construct_ctos_supported_groups() local
239 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_construct_ctos_supported_groups()
251 uint16_t ctmp = pgroups[i]; in tls_construct_ctos_supported_groups()
691 const uint16_t *pgroups = NULL; in tls_construct_ctos_key_share() local
704 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_construct_ctos_key_share()
721 curve_id = pgroups[i]; in tls_construct_ctos_key_share()
1852 const uint16_t *pgroups = NULL; in tls_parse_stoc_key_share() local
[all …]
H A Dextensions.c1453 const uint16_t *pgroups, *clntgroups; in final_key_share() local
1461 tls1_get_supported_groups(s, &pgroups, &num_groups); in final_key_share()
1467 group_id = pgroups[i]; in final_key_share()
/openssl/ssl/
H A Dt1_lib.c812 void tls1_get_supported_groups(SSL_CONNECTION *s, const uint16_t **pgroups, in tls1_get_supported_groups() argument
820 *pgroups = suiteb_curves; in tls1_get_supported_groups()
825 *pgroups = suiteb_curves; in tls1_get_supported_groups()
830 *pgroups = suiteb_curves + 1; in tls1_get_supported_groups()
836 *pgroups = sctx->ext.supported_groups_default; in tls1_get_supported_groups()
839 *pgroups = s->ext.supportedgroups; in tls1_get_supported_groups()
H A Dssl_local.h2473 const uint16_t **pgroups, in tls1_get_peer_groups() argument
2476 *pgroups = s->ext.peer_supportedgroups; in tls1_get_peer_groups()
2809 void tls1_get_supported_groups(SSL_CONNECTION *s, const uint16_t **pgroups,

Completed in 42 milliseconds